#063130

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

Shades of Nordic #063130

Tints of Nordic #063130

Color information

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

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

Color convert

RGB64948-
CMYK0.8800.020.81
HSL178.6º78.18%10.78%-
HSV(B)178.6º87.76%19.22%-
XYZ1.712.453.18-
YUV36.03134.75106.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal649480.8800.020.81178.678.1810.78
Hex63130580251b34eb
Octal661601300212126311613
Binary110110001110000101100001010100011011001110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063130; }

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

 H1.HeaderClassName
 {
   color: #063130;
 }
 .AnyTagClassName
 {
   color: #063130;
 }
</style>
background-color css

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

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

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

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

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

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