#0A3432

Color #0A3432 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #0A3432

Tints of Nordic #0A3432

Color information

#0A3432 (or 0x0A3432) is unknown color: approx Nordic. HEX triplet: 0A, 34 and 32. RGB value is (10,52,50). Sum of RGB (Red+Green+Blue) = 10+52+50=112 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.93% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 50 (19.92% from 255 or 44.64% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #0A3432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3432 is #F5CBCD. Grayscale: #272727. Windows color (decimal): -16108494 or 3290122. OLE color: 3290122.

HSL color Cylindrical-coordinate representation of color #0A3432: hue angle of 177.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A3432 is Cyan = 0.81, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB105250-
CMYK0.8100.040.80
HSL177.14º67.74%12.16%-
HSV(B)177.14º80.77%20.39%-
XYZ1.932.753.45-
YUV39.21134.09107.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 10 (4.30% from 255) = 8.93%
GREEN value IS 52 (20.70% from 255) = 46.43%
BLUE value IS 50 (19.92% from 255) = 44.64%
R=8.93%
G=46.43%
B=44.64%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1052500.8100.040.80177.1467.7412.16
HexA3432510450b144c
Octal1264621210412026110414
Binary10101101001100101010001010010100001011000110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A3432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0A3432; }

 p { color: rgb(10,52,50); }

 H1.HeaderClassName
 {
   color: #0A3432;
 }
 .AnyTagClassName
 {
   color: #0A3432;
 }
</style>
background-color css

<style>
 a { background-color: #0A3432; }

 a { background-color: rgb(10,52,50); }

 div.DivClassName
 {
   background-color: #0A3432;
 }
 .BgClassName
 {
   background-color: #0A3432;
 }
</style>
border-color css

<style>
 span { border-color: #0A3432; }

 span { border-color: rgb(10,52,50); }

 td.TdClassName
 {
   border-color: #0A3432;
 }
 .TagClassName
 {
   border-color: #0A3432;
 }
</style>