Html Css Color HEX #032B32 Nordic

📋 copy color: '#032B32'

red 3 ◦ green 43 ◦ blue 50

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

Shades of Nordic #032B32

Tints of Nordic #032B32

RGB

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

 GREEN value IS 43 (17.19% from 255) = 44.79%

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

R = 3.13%
G = 44.79%
B = 52.08%

CMYK

 C value IS 0.94

 M value IS 0.14

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#032B32 (or 0x032B32) is known color: Nordic. HEX triplet: 03, 2B and 32. RGB value is (3,43,50). Sum of RGB (Red+Green+Blue) = 3+43+50=96 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.12% from 96); Green value is 43 (17.19% from 255 or 44.79% from 96); Blue value is 50 (19.92% from 255 or 52.08% from 96); Max value from RGB is 50 - color contains mainly: blue. Hex color #032B32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #032B32 is #FCD4CD. Grayscale: #1F1F1F. Windows color (decimal): -16569550 or 3287811. OLE color: 3287811.

HSL color Cylindrical-coordinate representation of color #032B32: hue angle of 188.94º 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 #032B32 is Cyan = 0.94, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 3 43 50 -
CMYK 0.94 0.14 0 0.80
HSL 188.94º 0.89% 0.1% -
HSV(B) 188.94º 0.94% 0.2% -
XYZ 1.48 1.98 3.32 -
YUV 31.84 138.25 107.43 -
System Red Green Blue C M Y K H S L
Decimal 3 43 50 0.94 0.14 0 0.80 188.94 0.89 0.1
Hex 3 2B 32 5E E 0 50 BD 59 A
Octal 3 53 62 136 16 0 120 275 131 12
Binary 11 101011 110010 1011110 1110 0 1010000 10111101 1011001 1010

Color Harmonies of #032B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #032B32

Black with #032B32

Text Example


Text Example

White with #032B32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #032B32; }

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

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

background-color css

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

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

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

border-color css

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

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

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