Html Css Color HEX #062C31 Nordic

📋 copy color: '#062C31'

red 6 ◦ green 44 ◦ blue 49

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

Shades of Nordic #062C31

Tints of Nordic #062C31

RGB

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

 GREEN value IS 44 (17.58% from 255) = 44.44%

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

R = 6.06%
G = 44.44%
B = 49.49%

CMYK

 C value IS 0.88

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#062C31 (or 0x062C31) is known color: Nordic. HEX triplet: 06, 2C and 31. RGB value is (6,44,49). Sum of RGB (Red+Green+Blue) = 6+44+49=99 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6.06% from 99); Green value is 44 (17.58% from 255 or 44.44% from 99); Blue value is 49 (19.53% from 255 or 49.49% from 99); Max value from RGB is 49 - color contains mainly: blue. Hex color #062C31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062C31 is #F9D3CE. Grayscale: #212121. Windows color (decimal): -16372687 or 3222534. OLE color: 3222534.

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

Color convert

RGB 6 44 49 -
CMYK 0.88 0.10 0 0.81
HSL 186.98º 0.78% 0.11% -
HSV(B) 186.98º 0.88% 0.19% -
XYZ 1.53 2.06 3.22 -
YUV 33.21 136.91 108.59 -
System Red Green Blue C M Y K H S L
Decimal 6 44 49 0.88 0.10 0 0.81 186.98 0.78 0.11
Hex 6 2C 31 58 A 0 51 BB 4E B
Octal 6 54 61 130 12 0 121 273 116 13
Binary 110 101100 110001 1011000 1010 0 1010001 10111011 1001110 1011

Color Harmonies of #062C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062C31

Black with #062C31

Text Example


Text Example

White with #062C31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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