#0C3032

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

Shades of Nordic #0C3032

Tints of Nordic #0C3032

Color information

#0C3032 (or 0x0C3032) is unknown color: approx Nordic. HEX triplet: 0C, 30 and 32. RGB value is (12,48,50). Sum of RGB (Red+Green+Blue) = 12+48+50=110 (14% of max value = 765). Red value is 12 (5.08% from 255 or 10.91% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 50 (19.92% from 255 or 45.45% from 110); Max value from RGB is 50 - color contains mainly: blue. Hex color #0C3032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C3032 is #F3CFCD. Grayscale: #252525. Windows color (decimal): -15978446 or 3289100. OLE color: 3289100.

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

Color convert

RGB124850-
CMYK0.760.0400.80
HSL183.16º61.29%12.16%-
HSV(B)183.16º76%19.61%-
XYZ1.782.423.39-
YUV37.46135.07109.84-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.91%
GREEN value IS 48 (19.14% from 255) = 43.64%
BLUE value IS 50 (19.92% from 255) = 45.45%
R=10.91%
G=43.64%
B=45.45%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1248500.760.0400.80183.1661.2912.16
HexC30324C4050b73dc
Octal146062114401202677514
Binary1100110000110010100110010001010000101101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C3032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,48,50); }

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

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

 a { background-color: rgb(12,48,50); }

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

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

 span { border-color: rgb(12,48,50); }

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