#041215

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

Shades of Black Pearl #041215

Tints of Black Pearl #041215

Color information

#041215 (or 0x041215) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 15. RGB value is (4,18,21). Sum of RGB (Red+Green+Blue) = 4+18+21=43 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.30% from 43); Green value is 18 (7.42% from 255 or 41.86% from 43); Blue value is 21 (8.59% from 255 or 48.84% from 43); Max value from RGB is 21 - color contains mainly: blue. Hex color #041215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041215 is #FBEDEA. Grayscale: #0E0E0E. Windows color (decimal): -16510443 or 1380868. OLE color: 1380868.

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

Color convert

RGB41821-
CMYK0.810.1400.92
HSL190.59º68%4.9%-
HSV(B)190.59º80.95%8.24%-
XYZ0.40.510.79-
YUV14.16131.86120.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.30%
GREEN value IS 18 (7.42% from 255) = 41.86%
BLUE value IS 21 (8.59% from 255) = 48.84%
R=9.30%
G=41.86%
B=48.84%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal418210.810.1400.92190.59684.9
Hex4121551E05Cbf445
Octal422251211601342771045
Binary10010010101011010001111001011100101111111000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041215; }

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

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

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

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

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

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

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

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