#062D31

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

Shades of Nordic #062D31

Tints of Nordic #062D31

Color information

#062D31 (or 0x062D31) is unknown color: approx 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

RGB64549-
CMYK0.880.0800.81
HSL185.58º78.18%10.78%-
HSV(B)185.58º87.76%19.22%-
XYZ1.572.143.24-
YUV33.8136.58108.17-

RGB Variations

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

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 (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal645490.880.0800.81185.5878.1810.78
Hex62D31588051ba4eb
Octal6556113010012127211613
Binary11010110111000110110001000010100011011101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>