#060D13

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

Shades of Black Pearl #060D13

Tints of Black Pearl #060D13

Color information

#060D13 (or 0x060D13) is unknown color: approx Black Pearl. HEX triplet: 06, 0D and 13. RGB value is (6,13,19). Sum of RGB (Red+Green+Blue) = 6+13+19=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 13 (5.47% from 255 or 34.21% from 38); Blue value is 19 (7.81% from 255 or 50% from 38); Max value from RGB is 19 - color contains mainly: blue. Hex color #060D13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060D13 is #F9F2EC. Grayscale: #0B0B0B. Windows color (decimal): -16380653 or 1248518. OLE color: 1248518.

HSL color Cylindrical-coordinate representation of color #060D13: hue angle of 207.69º degrees, saturation: 0.52, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #060D13 is Cyan = 0.68, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB61319-
CMYK0.680.3200.93
HSL207.69º52%4.9%-
HSV(B)207.69º68.42%7.45%-
XYZ0.340.370.67-
YUV11.59132.18124.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.79%
GREEN value IS 13 (5.47% from 255) = 34.21%
BLUE value IS 19 (7.81% from 255) = 50%
R=15.79%
G=34.21%
B=50%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal613190.680.3200.93207.69524.9
Hex6D13442005Dd0345
Octal61523104400135320645
Binary11011011001110001001000000101110111010000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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