Html Css Color HEX #063131 Nordic

📋 copy color: '#063131'

red 6 ◦ green 49 ◦ blue 49

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

Shades of Nordic #063131

Tints of Nordic #063131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 47.12%

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

R = 5.77%
G = 47.12%
B = 47.12%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#063131 (or 0x063131) is known color: Nordic. HEX triplet: 06, 31 and 31. RGB value is (6,49,49). Sum of RGB (Red+Green+Blue) = 6+49+49=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 49 (19.53% from 255 or 47.12% from 104); Blue value is 49 (19.53% from 255 or 47.12% from 104); Max value from RGB is 49 - color contains mainly: green, blue. Hex color #063131 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063131 is #F9CECE. Grayscale: #242424. Windows color (decimal): -16371407 or 3223814. OLE color: 3223814.

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

Color convert

RGB 6 49 49 -
CMYK 0.88 0 0 0.81
HSL 180º 0.78% 0.11% -
HSV(B) 180º 0.88% 0.19% -
XYZ 1.73 2.46 3.29 -
YUV 36.14 135.25 106.5 -
System Red Green Blue C M Y K H S L
Decimal 6 49 49 0.88 0 0 0.81 180 0.78 0.11
Hex 6 31 31 58 0 0 51 B4 4E B
Octal 6 61 61 130 0 0 121 264 116 13
Binary 110 110001 110001 1011000 0 0 1010001 10110100 1001110 1011

Color Harmonies of #063131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063131

Black with #063131

Text Example


Text Example

White with #063131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063131; }

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

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

background-color css

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

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

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

border-color css

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

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

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