#063030

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

Shades of Nordic #063030

Tints of Nordic #063030

Color information

#063030 (or 0x063030) is unknown color: approx Nordic. HEX triplet: 06, 30 and 30. RGB value is (6,48,48). Sum of RGB (Red+Green+Blue) = 6+48+48=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: green, blue. Hex color #063030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063030 is #F9CFCF. Grayscale: #232323. Windows color (decimal): -16371664 or 3158022. OLE color: 3158022.

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

Color convert

RGB64848-
CMYK0.87000.81
HSL180º77.78%10.59%-
HSV(B)180º87.5%18.82%-
XYZ1.672.373.17-
YUV35.44135.09107-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.88%
GREEN value IS 48 (19.14% from 255) = 47.06%
BLUE value IS 48 (19.14% from 255) = 47.06%
R=5.88%
G=47.06%
B=47.06%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal648480.87000.8118077.7810.59
Hex63030570051b44eb
Octal660601270012126411613
Binary11011000011000010101110010100011011010010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063030; }

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

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

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

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

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

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

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

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