#060C0F

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

Shades of Black Pearl #060C0F

Tints of Black Pearl #060C0F

Color information

#060C0F (or 0x060C0F) is unknown color: approx Black Pearl. HEX triplet: 06, 0C and 0F. RGB value is (6,12,15). Sum of RGB (Red+Green+Blue) = 6+12+15=33 (4% of max value = 765). Red value is 6 (2.73% from 255 or 18.18% from 33); Green value is 12 (5.08% from 255 or 36.36% from 33); Blue value is 15 (6.25% from 255 or 45.45% from 33); Max value from RGB is 15 - color contains mainly: blue. Hex color #060C0F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060C0F is #F9F3F0. Grayscale: #0A0A0A. Windows color (decimal): -16380913 or 986118. OLE color: 986118.

HSL color Cylindrical-coordinate representation of color #060C0F: hue angle of 200º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #060C0F is Cyan = 0.60, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB61215-
CMYK0.600.2000.94
HSL200º42.86%4.12%-
HSV(B)200º60%5.88%-
XYZ0.290.340.5-
YUV10.55130.51124.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 18.18%
GREEN value IS 12 (5.08% from 255) = 36.36%
BLUE value IS 15 (6.25% from 255) = 45.45%
R=18.18%
G=36.36%
B=45.45%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.94
SystemRedGreenBlueCMYKHSL
Decimal612150.600.2000.9420042.864.12
Hex6CF3C1405Ec82b4
Octal6141774240136310534
Binary11011001111111100101000101111011001000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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