#060D19

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

Shades of Black Pearl #060D19

Tints of Black Pearl #060D19

Color information

#060D19 (or 0x060D19) is unknown color: approx Black Pearl. HEX triplet: 06, 0D and 19. RGB value is (6,13,25). Sum of RGB (Red+Green+Blue) = 6+13+25=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 13 (5.47% from 255 or 29.55% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #060D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060D19 is #F9F2E6. Grayscale: #0C0C0C. Windows color (decimal): -16380647 or 1641734. OLE color: 1641734.

HSL color Cylindrical-coordinate representation of color #060D19: hue angle of 217.89º degrees, saturation: 0.61, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #060D19 is Cyan = 0.76, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB61325-
CMYK0.760.4800.90
HSL217.89º61.29%6.08%-
HSV(B)217.89º76%9.8%-
XYZ0.390.40.98-
YUV12.27135.18123.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 13 (5.47% from 255) = 29.55%
BLUE value IS 25 (10.16% from 255) = 56.82%
R=13.64%
G=29.55%
B=56.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal613250.760.4800.90217.8961.296.08
Hex6D194C3005Ada3d6
Octal61531114600132332756
Binary11011011100110011001100000101101011011010111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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