#062F31

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

Shades of Nordic #062F31

Tints of Nordic #062F31

Color information

#062F31 (or 0x062F31) is unknown color: approx Nordic. HEX triplet: 06, 2F and 31. RGB value is (6,47,49). Sum of RGB (Red+Green+Blue) = 6+47+49=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 47 (18.75% from 255 or 46.08% from 102); Blue value is 49 (19.53% from 255 or 48.04% from 102); Max value from RGB is 49 - color contains mainly: blue. Hex color #062F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F31 is #F9D0CE. Grayscale: #222222. Windows color (decimal): -16371919 or 3223302. OLE color: 3223302.

HSL color Cylindrical-coordinate representation of color #062F31: hue angle of 182.79º 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 #062F31 is Cyan = 0.88, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB64749-
CMYK0.880.0400.81
HSL182.79º78.18%10.78%-
HSV(B)182.79º87.76%19.22%-
XYZ1.652.293.26-
YUV34.97135.92107.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.88%
GREEN value IS 47 (18.75% from 255) = 46.08%
BLUE value IS 49 (19.53% from 255) = 48.04%
R=5.88%
G=46.08%
B=48.04%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal647490.880.0400.81182.7978.1810.78
Hex62F31584051b74eb
Octal657611304012126711613
Binary1101011111100011011000100010100011011011110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #062F31;
 }
 .AnyTagClassName
 {
   color: #062F31;
 }
</style>
background-color css

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

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

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

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

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

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