#041418

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

Shades of Black Pearl #041418

Tints of Black Pearl #041418

Color information

#041418 (or 0x041418) is unknown color: approx Black Pearl. HEX triplet: 04, 14 and 18. RGB value is (4,20,24). Sum of RGB (Red+Green+Blue) = 4+20+24=48 (6% of max value = 765). Red value is 4 (1.95% from 255 or 8.33% from 48); Green value is 20 (8.20% from 255 or 41.67% from 48); Blue value is 24 (9.77% from 255 or 50% from 48); Max value from RGB is 24 - color contains mainly: blue. Hex color #041418 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041418 is #FBEBE7. Grayscale: #0F0F0F. Windows color (decimal): -16509928 or 1577988. OLE color: 1577988.

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

Color convert

RGB42024-
CMYK0.830.1700.91
HSL192º71.43%5.49%-
HSV(B)192º83.33%9.41%-
XYZ0.470.590.95-
YUV15.67132.7119.67-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 8.33%
GREEN value IS 20 (8.20% from 255) = 41.67%
BLUE value IS 24 (9.77% from 255) = 50%
R=8.33%
G=41.67%
B=50%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal420240.830.1700.9119271.435.49
Hex41418531105Bc0475
Octal424301232101333001075
Binary100101001100010100111000101011011110000001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041418

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041418; }

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

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

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

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

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

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

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

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