Html Css Color HEX #062D31 Nordic

📋 copy color: '#062D31'

red 6 ◦ green 45 ◦ blue 49

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

Shades of Nordic #062D31

Tints of Nordic #062D31

RGB

 RED value IS 6 (2.73% from 255) = 6%

 GREEN value IS 45 (17.97% from 255) = 45%

 BLUE value IS 49 (19.53% from 255) = 49%

R = 6%
G = 45%
B = 49%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062D31 (or 0x062D31) is known color: Nordic. HEX triplet: 06, 2D and 31. RGB value is (6,45,49). Sum of RGB (Red+Green+Blue) = 6+45+49=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 45 (17.97% from 255 or 45% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #062D31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062D31 is #F9D2CE. Grayscale: #212121. Windows color (decimal): -16372431 or 3222790. OLE color: 3222790.

HSL color Cylindrical-coordinate representation of color #062D31: hue angle of 185.58º degrees, saturation: 0.78, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062D31 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 6 45 49 -
CMYK 0.88 0.08 0 0.81
HSL 185.58º 0.78% 0.11% -
HSV(B) 185.58º 0.88% 0.19% -
XYZ 1.57 2.14 3.24 -
YUV 33.8 136.58 108.17 -
System Red Green Blue C M Y K H S L
Decimal 6 45 49 0.88 0.08 0 0.81 185.58 0.78 0.11
Hex 6 2D 31 58 8 0 51 BA 4E B
Octal 6 55 61 130 10 0 121 272 116 13
Binary 110 101101 110001 1011000 1000 0 1010001 10111010 1001110 1011

Color Harmonies of #062D31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062D31

Black with #062D31

Text Example


Text Example

White with #062D31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #062D31; }

 p { color: rgb(6,45,49); }

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

background-color css

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

 a { background-color: rgb(6,45,49); }

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

border-color css

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

 span { border-color: rgb(6,45,49); }

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