#060E12

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

Shades of Black Pearl #060E12

Tints of Black Pearl #060E12

Color information

#060E12 (or 0x060E12) is unknown color: approx Black Pearl. HEX triplet: 06, 0E and 12. RGB value is (6,14,18). Sum of RGB (Red+Green+Blue) = 6+14+18=38 (5% of max value = 765). Red value is 6 (2.73% from 255 or 15.79% from 38); Green value is 14 (5.86% from 255 or 36.84% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #060E12 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #060E12 is #F9F1ED. Grayscale: #0C0C0C. Windows color (decimal): -16380398 or 1183238. OLE color: 1183238.

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

Color convert

RGB61418-
CMYK0.670.2200.93
HSL200º50%4.71%-
HSV(B)200º66.67%7.06%-
XYZ0.340.40.63-
YUV12.06131.35123.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 15.79%
GREEN value IS 14 (5.86% from 255) = 36.84%
BLUE value IS 18 (7.42% from 255) = 47.37%
R=15.79%
G=36.84%
B=47.37%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal614180.670.2200.93200504.71
Hex6E12431605Dc8325
Octal61622103260135310625
Binary1101110100101000011101100101110111001000110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,14,18); }

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

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

 a { background-color: rgb(6,14,18); }

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

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

 span { border-color: rgb(6,14,18); }

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