#041018

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

Shades of Black Pearl #041018

Tints of Black Pearl #041018

Color information

#041018 (or 0x041018) is unknown color: approx Black Pearl. HEX triplet: 04, 10 and 18. RGB value is (4,16,24). Sum of RGB (Red+Green+Blue) = 4+16+24=44 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.09% from 44); Green value is 16 (6.64% from 255 or 36.36% from 44); Blue value is 24 (9.77% from 255 or 54.55% from 44); Max value from RGB is 24 - color contains mainly: blue. Hex color #041018 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041018 is #FBEFE7. Grayscale: #0D0D0D. Windows color (decimal): -16510952 or 1576964. OLE color: 1576964.

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

Color convert

RGB41624-
CMYK0.830.3300.91
HSL204º71.43%5.49%-
HSV(B)204º83.33%9.41%-
XYZ0.40.460.93-
YUV13.32134.02121.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.09%
GREEN value IS 16 (6.64% from 255) = 36.36%
BLUE value IS 24 (9.77% from 255) = 54.55%
R=9.09%
G=36.36%
B=54.55%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.91
SystemRedGreenBlueCMYKHSL
Decimal416240.830.3300.9120471.435.49
Hex41018532105Bcc475
Octal420301234101333141075
Binary1001000011000101001110000101011011110011001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041018; }

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

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

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

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

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

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

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

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