#06111C

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

Shades of Black Pearl #06111C

Tints of Black Pearl #06111C

Color information

#06111C (or 0x06111C) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 1C. RGB value is (6,17,28). Sum of RGB (Red+Green+Blue) = 6+17+28=51 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.76% from 51); Green value is 17 (7.03% from 255 or 33.33% from 51); Blue value is 28 (11.33% from 255 or 54.90% from 51); Max value from RGB is 28 - color contains mainly: blue. Hex color #06111C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #06111C is #F9EEE3. Grayscale: #0E0E0E. Windows color (decimal): -16379620 or 1839366. OLE color: 1839366.

HSL color Cylindrical-coordinate representation of color #06111C: hue angle of 210º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #06111C is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB61728-
CMYK0.790.3900.89
HSL210º64.71%6.67%-
HSV(B)210º78.57%10.98%-
XYZ0.490.521.17-
YUV14.96135.36121.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 11.76%
GREEN value IS 17 (7.03% from 255) = 33.33%
BLUE value IS 28 (11.33% from 255) = 54.90%
R=11.76%
G=33.33%
B=54.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal617280.790.3900.8921064.716.67
Hex6111C4F27059d2417
Octal621341174701313221017
Binary1101000111100100111110011101011001110100101000001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06111C; }

 p { color: rgb(6,17,28); }

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

<style>
 a { background-color: #06111C; }

 a { background-color: rgb(6,17,28); }

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

<style>
 span { border-color: #06111C; }

 span { border-color: rgb(6,17,28); }

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