Html Css Color HEX #033032 Nordic

📋 copy color: '#033032'

red 3 ◦ green 48 ◦ blue 50

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

Shades of Nordic #033032

Tints of Nordic #033032

RGB

 RED value IS 3 (1.56% from 255) = 2.97%

 GREEN value IS 48 (19.14% from 255) = 47.52%

 BLUE value IS 50 (19.92% from 255) = 49.5%

R = 2.97%
G = 47.52%
B = 49.5%

CMYK

 C value IS 0.94

 M value IS 0.04

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#033032 (or 0x033032) is known color: Nordic. HEX triplet: 03, 30 and 32. RGB value is (3,48,50). Sum of RGB (Red+Green+Blue) = 3+48+50=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 50 (19.92% from 255 or 49.50% from 101); Max value from RGB is 50 - color contains mainly: blue. Hex color #033032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033032 is #FCCFCD. Grayscale: #222222. Windows color (decimal): -16568270 or 3289091. OLE color: 3289091.

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

Color convert

RGB 3 48 50 -
CMYK 0.94 0.04 0 0.80
HSL 182.55º 0.89% 0.1% -
HSV(B) 182.55º 0.94% 0.2% -
XYZ 1.67 2.36 3.39 -
YUV 34.77 136.59 105.34 -
System Red Green Blue C M Y K H S L
Decimal 3 48 50 0.94 0.04 0 0.80 182.55 0.89 0.1
Hex 3 30 32 5E 4 0 50 B7 59 A
Octal 3 60 62 136 4 0 120 267 131 12
Binary 11 110000 110010 1011110 100 0 1010000 10110111 1011001 1010

Color Harmonies of #033032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033032

Black with #033032

Text Example


Text Example

White with #033032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033032; }

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

 H1.HeaderClassName
 {
   color: #033032;
 }
 .AnyTagClassName
 {
   color: #033032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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