#041115

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

Shades of Black Pearl #041115

Tints of Black Pearl #041115

Color information

#041115 (or 0x041115) is unknown color: approx Black Pearl. HEX triplet: 04, 11 and 15. RGB value is (4,17,21). Sum of RGB (Red+Green+Blue) = 4+17+21=42 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.52% from 42); Green value is 17 (7.03% from 255 or 40.48% from 42); Blue value is 21 (8.59% from 255 or 50% from 42); Max value from RGB is 21 - color contains mainly: blue. Hex color #041115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041115 is #FBEEEA. Grayscale: #0D0D0D. Windows color (decimal): -16510699 or 1380612. OLE color: 1380612.

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

Color convert

RGB41721-
CMYK0.810.1900.92
HSL194.12º68%4.9%-
HSV(B)194.12º80.95%8.24%-
XYZ0.390.480.78-
YUV13.57132.19121.17-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.52%
GREEN value IS 17 (7.03% from 255) = 40.48%
BLUE value IS 21 (8.59% from 255) = 50%
R=9.52%
G=40.48%
B=50%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.92
SystemRedGreenBlueCMYKHSL
Decimal417210.810.1900.92194.12684.9
Hex41115511305Cc2445
Octal421251212301343021045
Binary100100011010110100011001101011100110000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041115; }

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

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

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

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

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

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

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

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