#041518

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

Shades of Black Pearl #041518

Tints of Black Pearl #041518

Color information

#041518 (or 0x041518) is unknown color: approx Black Pearl. HEX triplet: 04, 15 and 18. RGB value is (4,21,24). Sum of RGB (Red+Green+Blue) = 4+21+24=49 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.16% from 49); Green value is 21 (8.59% from 255 or 42.86% from 49); Blue value is 24 (9.77% from 255 or 48.98% from 49); Max value from RGB is 24 - color contains mainly: blue. Hex color #041518 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041518 is #FBEAE7. Grayscale: #101010. Windows color (decimal): -16509672 or 1578244. OLE color: 1578244.

HSL color Cylindrical-coordinate representation of color #041518: hue angle of 189º degrees, saturation: 0.71, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #041518 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB42124-
CMYK0.830.1300.91
HSL189º71.43%5.49%-
HSV(B)189º83.33%9.41%-
XYZ0.480.630.96-
YUV16.26132.37119.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.16%
GREEN value IS 21 (8.59% from 255) = 42.86%
BLUE value IS 24 (9.77% from 255) = 48.98%
R=8.16%
G=42.86%
B=48.98%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal421240.830.1300.9118971.435.49
Hex4151853D05Bbd475
Octal425301231501332751075
Binary10010101110001010011110101011011101111011000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041518; }

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

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

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

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

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

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

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

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