#041213

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

Shades of Black Pearl #041213

Tints of Black Pearl #041213

Color information

#041213 (or 0x041213) is unknown color: approx Black Pearl. HEX triplet: 04, 12 and 13. RGB value is (4,18,19). Sum of RGB (Red+Green+Blue) = 4+18+19=41 (5% of max value = 765). Red value is 4 (1.95% from 255 or 9.76% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 19 (7.81% from 255 or 46.34% from 41); Max value from RGB is 19 - color contains mainly: blue. Hex color #041213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #041213 is #FBEDEC. Grayscale: #0D0D0D. Windows color (decimal): -16510445 or 1249796. OLE color: 1249796.

HSL color Cylindrical-coordinate representation of color #041213: hue angle of 184º degrees, saturation: 0.65, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #041213 is Cyan = 0.79, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB41819-
CMYK0.790.0500.93
HSL184º65.22%4.51%-
HSV(B)184º78.95%7.45%-
XYZ0.380.510.69-
YUV13.93130.86120.92-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 9.76%
GREEN value IS 18 (7.42% from 255) = 43.90%
BLUE value IS 19 (7.81% from 255) = 46.34%
R=9.76%
G=43.90%
B=46.34%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal418190.790.0500.9318465.224.51
Hex412134F505Db8415
Octal42223117501352701015
Binary1001001010011100111110101011101101110001000001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #041213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #041213; }

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

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

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

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

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

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

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

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