Html Css Color HEX #003032 Nordic

📋 copy color: '#003032'

red 0 ◦ green 48 ◦ blue 50

#003032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #003032

Tints of Nordic #003032

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 value IS 1

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#003032 (or 0x003032) is known color: 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

RGB 0 48 50 -
CMYK 1 0.04 0 0.80
HSL 182.4º 1% 0.1% -
HSV(B) 182.4º 1% 0.2% -
XYZ 1.63 2.34 3.38 -
YUV 33.88 137.1 103.84 -
System Red Green Blue C M Y K H S L
Decimal 0 48 50 1 0.04 0 0.80 182.4 1 0.1
Hex 0 30 32 64 4 0 50 B6 64 A
Octal 0 60 62 144 4 0 120 266 144 12
Binary 0 110000 110010 1100100 100 0 1010000 10110110 1100100 1010

Color Harmonies of #003032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003032

Black with #003032

Text Example


Text Example

White with #003032

Text Example


Text Example

HTML Codes & Css Web 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>