Html Css Color HEX #063031 Nordic

📋 copy color: '#063031'

red 6 ◦ green 48 ◦ blue 49

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

Shades of Nordic #063031

Tints of Nordic #063031

RGB

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

 GREEN value IS 48 (19.14% from 255) = 46.6%

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

R = 5.83%
G = 46.6%
B = 47.57%

CMYK

 C value IS 0.88

 M value IS 0.02

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#063031 (or 0x063031) is known color: Nordic. HEX triplet: 06, 30 and 31. RGB value is (6,48,49). Sum of RGB (Red+Green+Blue) = 6+48+49=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 49 (19.53% from 255 or 47.57% from 103); Max value from RGB is 49 - color contains mainly: blue. Hex color #063031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063031 is #F9CFCE. Grayscale: #232323. Windows color (decimal): -16371663 or 3223558. OLE color: 3223558.

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

Color convert

RGB 6 48 49 -
CMYK 0.88 0.02 0 0.81
HSL 181.4º 0.78% 0.11% -
HSV(B) 181.4º 0.88% 0.19% -
XYZ 1.69 2.37 3.28 -
YUV 35.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 6 48 49 0.88 0.02 0 0.81 181.4 0.78 0.11
Hex 6 30 31 58 2 0 51 B5 4E B
Octal 6 60 61 130 2 0 121 265 116 13
Binary 110 110000 110001 1011000 10 0 1010001 10110101 1001110 1011

Color Harmonies of #063031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063031

Black with #063031

Text Example


Text Example

White with #063031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063031; }

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

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

background-color css

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

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

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

border-color css

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

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

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