#060E18

Color #060E18 Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #060E18

Tints of Black Pearl #060E18

Color information

#060E18 (or 0x060E18) is unknown color: approx Black Pearl. HEX triplet: 06, 0E and 18. RGB value is (6,14,24). Sum of RGB (Red+Green+Blue) = 6+14+24=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 14 (5.86% from 255 or 31.82% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #060E18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E18 is #F9F1E7. Grayscale: #0C0C0C. Windows color (decimal): -16380392 or 1576454. OLE color: 1576454.

HSL color Cylindrical-coordinate representation of color #060E18: hue angle of 213.33º degrees, saturation: 0.6, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #060E18 is Cyan = 0.75, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61424-
CMYK0.750.4200.91
HSL213.33º60%5.88%-
HSV(B)213.33º75%9.41%-
XYZ0.40.420.92-
YUV12.75134.35123.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 14 (5.86% from 255) = 31.82%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=13.64%
G=31.82%
B=54.55%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal614240.750.4200.91213.33605.88
Hex6E184B2A05Bd53c6
Octal61630113520133325746
Binary11011101100010010111010100101101111010101111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060E18; }

 p { color: rgb(6,14,24); }

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

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

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

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

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

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

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