Html Css Color HEX #062F32 Nordic

📋 copy color: '#062F32'

red 6 ◦ green 47 ◦ blue 50

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

Shades of Nordic #062F32

Tints of Nordic #062F32

RGB

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

 GREEN value IS 47 (18.75% from 255) = 45.63%

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

R = 5.83%
G = 45.63%
B = 48.54%

CMYK

 C value IS 0.88

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#062F32 (or 0x062F32) is known color: Nordic. HEX triplet: 06, 2F and 32. RGB value is (6,47,50). Sum of RGB (Red+Green+Blue) = 6+47+50=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 47 (18.75% from 255 or 45.63% from 103); Blue value is 50 (19.92% from 255 or 48.54% from 103); Max value from RGB is 50 - color contains mainly: blue. Hex color #062F32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F32 is #F9D0CD. Grayscale: #232323. Windows color (decimal): -16371918 or 3288838. OLE color: 3288838.

HSL color Cylindrical-coordinate representation of color #062F32: hue angle of 184.09º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062F32 is Cyan = 0.88, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 47 50 -
CMYK 0.88 0.06 0 0.80
HSL 184.09º 0.79% 0.11% -
HSV(B) 184.09º 0.88% 0.2% -
XYZ 1.67 2.3 3.37 -
YUV 35.08 136.42 107.26 -
System Red Green Blue C M Y K H S L
Decimal 6 47 50 0.88 0.06 0 0.80 184.09 0.79 0.11
Hex 6 2F 32 58 6 0 50 B8 4F B
Octal 6 57 62 130 6 0 120 270 117 13
Binary 110 101111 110010 1011000 110 0 1010000 10111000 1001111 1011

Color Harmonies of #062F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F32

Black with #062F32

Text Example


Text Example

White with #062F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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