Html Css Color HEX #063331 Nordic

📋 copy color: '#063331'

red 6 ◦ green 51 ◦ blue 49

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

Shades of Nordic #063331

Tints of Nordic #063331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 48.11%

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

R = 5.66%
G = 48.11%
B = 46.23%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.04

 K value IS 0.8

RGB Variations

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

Color information

#063331 (or 0x063331) is known color: Nordic. HEX triplet: 06, 33 and 31. RGB value is (6,51,49). Sum of RGB (Red+Green+Blue) = 6+51+49=106 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.66% from 106); Green value is 51 (20.31% from 255 or 48.11% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 51 - color contains mainly: green. Hex color #063331 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063331 is #F9CCCE. Grayscale: #252525. Windows color (decimal): -16370895 or 3224326. OLE color: 3224326.

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

Color convert

RGB 6 51 49 -
CMYK 0.88 0 0.04 0.8
HSL 177.33º 0.79% 0.11% -
HSV(B) 177.33º 0.88% 0.2% -
XYZ 1.81 2.63 3.32 -
YUV 37.32 134.59 105.66 -
System Red Green Blue C M Y K H S L
Decimal 6 51 49 0.88 0 0.04 0.8 177.33 0.79 0.11
Hex 6 33 31 58 0 4 50 B1 4F B
Octal 6 63 61 130 0 4 120 261 117 13
Binary 110 110011 110001 1011000 0 100 1010000 10110001 1001111 1011

Color Harmonies of #063331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063331

Black with #063331

Text Example


Text Example

White with #063331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063331; }

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

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

background-color css

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

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

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

border-color css

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

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

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