#003032

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

Shades of Nordic #003032

Tints of Nordic #003032

Color information

#003032 (or 0x003032) is unknown color: approx Nordic. HEX triplet: 00, 30 and 32. RGB value is (0,48,50). Sum of RGB (Red+Green+Blue) = 0+48+50=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 48 (19.14% from 255 or 48.98% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #003032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003032 is #FFCFCD. Grayscale: #212121. Windows color (decimal): -16764878 or 3289088. OLE color: 3289088.

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

Color convert

RGB04850-
CMYK10.0400.80
HSL182.4º100%9.8%-
HSV(B)182.4º100%19.61%-
XYZ1.632.343.38-
YUV33.88137.1103.84-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 48.98%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=0%
G=48.98%
B=51.02%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal0485010.0400.80182.41009.8
Hex03032644050b664a
Octal060621444012026614412
Binary01100001100101100100100010100001011011011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003032; }

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

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

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

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

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

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

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

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