#061215

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

Shades of Black Pearl #061215

Tints of Black Pearl #061215

Color information

#061215 (or 0x061215) is unknown color: approx Black Pearl. HEX triplet: 06, 12 and 15. RGB value is (6,18,21). Sum of RGB (Red+Green+Blue) = 6+18+21=45 (5% of max value = 765). Red value is 6 (2.73% from 255 or 13.33% from 45); Green value is 18 (7.42% from 255 or 40% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #061215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061215 is #F9EDEA. Grayscale: #0E0E0E. Windows color (decimal): -16379371 or 1380870. OLE color: 1380870.

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

Color convert

RGB61821-
CMYK0.710.1400.92
HSL192º55.56%5.29%-
HSV(B)192º71.43%8.24%-
XYZ0.430.530.79-
YUV14.75131.52121.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 13.33%
GREEN value IS 18 (7.42% from 255) = 40%
BLUE value IS 21 (8.59% from 255) = 46.67%
R=13.33%
G=40%
B=46.67%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal618210.710.1400.9219255.565.29
Hex6121547E05Cc0385
Octal62225107160134300705
Binary1101001010101100011111100101110011000000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061215; }

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

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

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

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

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

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

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

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