#063031

Color #063031 Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #063031

Tints of Nordic #063031

Color information

#063031 (or 0x063031) is unknown color: approx 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

RGB64849-
CMYK0.880.0200.81
HSL181.4º78.18%10.78%-
HSV(B)181.4º87.76%19.22%-
XYZ1.692.373.28-
YUV35.56135.59106.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.83%
GREEN value IS 48 (19.14% from 255) = 46.60%
BLUE value IS 49 (19.53% from 255) = 47.57%
R=5.83%
G=46.60%
B=47.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648490.880.0200.81181.478.1810.78
Hex63031582051b54eb
Octal660611302012126511613
Binary110110000110001101100010010100011011010110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>