#060D18

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

Shades of Black Pearl #060D18

Tints of Black Pearl #060D18

Color information

#060D18 (or 0x060D18) is unknown color: approx Black Pearl. HEX triplet: 06, 0D and 18. RGB value is (6,13,24). Sum of RGB (Red+Green+Blue) = 6+13+24=43 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.95% from 43); Green value is 13 (5.47% from 255 or 30.23% from 43); Blue value is 24 (9.77% from 255 or 55.81% from 43); Max value from RGB is 24 - color contains mainly: blue. Hex color #060D18 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060D18 is #F9F2E7. Grayscale: #0C0C0C. Windows color (decimal): -16380648 or 1576198. OLE color: 1576198.

HSL color Cylindrical-coordinate representation of color #060D18: hue angle of 216.67º 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 #060D18 is Cyan = 0.75, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB61324-
CMYK0.750.4600.91
HSL216.67º60%5.88%-
HSV(B)216.67º75%9.41%-
XYZ0.380.390.92-
YUV12.16134.68123.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.95%
GREEN value IS 13 (5.47% from 255) = 30.23%
BLUE value IS 24 (9.77% from 255) = 55.81%
R=13.95%
G=30.23%
B=55.81%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal613240.750.4600.91216.67605.88
Hex6D184B2E05Bd93c6
Octal61530113560133331746
Binary11011011100010010111011100101101111011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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