#061415

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

Shades of Black Pearl #061415

Tints of Black Pearl #061415

Color information

#061415 (or 0x061415) is unknown color: approx Black Pearl. HEX triplet: 06, 14 and 15. RGB value is (6,20,21). Sum of RGB (Red+Green+Blue) = 6+20+21=47 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12.77% from 47); Green value is 20 (8.20% from 255 or 42.55% from 47); Blue value is 21 (8.59% from 255 or 44.68% from 47); Max value from RGB is 21 - color contains mainly: blue. Hex color #061415 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061415 is #F9EBEA. Grayscale: #0F0F0F. Windows color (decimal): -16378859 or 1381382. OLE color: 1381382.

HSL color Cylindrical-coordinate representation of color #061415: hue angle of 184º 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 #061415 is Cyan = 0.71, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB62021-
CMYK0.710.0500.92
HSL184º55.56%5.29%-
HSV(B)184º71.43%8.24%-
XYZ0.460.590.8-
YUV15.93130.86120.92-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 12.77%
GREEN value IS 20 (8.20% from 255) = 42.55%
BLUE value IS 21 (8.59% from 255) = 44.68%
R=12.77%
G=42.55%
B=44.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal620210.710.0500.9218455.565.29
Hex6141547505Cb8385
Octal6242510750134270705
Binary110101001010110001111010101110010111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061415; }

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

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

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

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

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

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

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

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