#061115

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

Shades of Black Pearl #061115

Tints of Black Pearl #061115

Color information

#061115 (or 0x061115) is unknown color: approx Black Pearl. HEX triplet: 06, 11 and 15. RGB value is (6,17,21). Sum of RGB (Red+Green+Blue) = 6+17+21=44 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.64% from 44); Green value is 17 (7.03% from 255 or 38.64% from 44); Blue value is 21 (8.59% from 255 or 47.73% from 44); Max value from RGB is 21 - color contains mainly: blue. Hex color #061115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061115 is #F9EEEA. Grayscale: #0E0E0E. Windows color (decimal): -16379627 or 1380614. OLE color: 1380614.

HSL color Cylindrical-coordinate representation of color #061115: hue angle of 196º degrees, saturation: 0.56, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #061115 is Cyan = 0.71, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB61721-
CMYK0.710.1900.92
HSL196º55.56%5.29%-
HSV(B)196º71.43%8.24%-
XYZ0.410.490.78-
YUV14.17131.86122.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.64%
GREEN value IS 17 (7.03% from 255) = 38.64%
BLUE value IS 21 (8.59% from 255) = 47.73%
R=13.64%
G=38.64%
B=47.73%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal617210.710.1900.9219655.565.29
Hex61115471305Cc4385
Octal62125107230134304705
Binary11010001101011000111100110101110011000100111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061115; }

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

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

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

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

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

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

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

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