#060F13

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

Shades of Black Pearl #060F13

Tints of Black Pearl #060F13

Color information

#060F13 (or 0x060F13) is unknown color: approx Black Pearl. HEX triplet: 06, 0F and 13. RGB value is (6,15,19). Sum of RGB (Red+Green+Blue) = 6+15+19=40 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15% from 40); Green value is 15 (6.25% from 255 or 37.5% from 40); Blue value is 19 (7.81% from 255 or 47.5% from 40); Max value from RGB is 19 - color contains mainly: blue. Hex color #060F13 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060F13 is #F9F0EC. Grayscale: #0C0C0C. Windows color (decimal): -16380141 or 1249030. OLE color: 1249030.

HSL color Cylindrical-coordinate representation of color #060F13: hue angle of 198.46º 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 #060F13 is Cyan = 0.68, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB61519-
CMYK0.680.2100.93
HSL198.46º52%4.9%-
HSV(B)198.46º68.42%7.45%-
XYZ0.360.430.68-
YUV12.76131.52123.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15%
GREEN value IS 15 (6.25% from 255) = 37.5%
BLUE value IS 19 (7.81% from 255) = 47.5%
R=15%
G=37.5%
B=47.5%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal615190.680.2100.93198.46524.9
Hex6F13441505Dc6345
Octal61723104250135306645
Binary1101111100111000100101010101110111000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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