#042124

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

Shades of Black Pearl #042124

Tints of Black Pearl #042124

Color information

#042124 (or 0x042124) is unknown color: approx Black Pearl. HEX triplet: 04, 21 and 24. RGB value is (4,33,36). Sum of RGB (Red+Green+Blue) = 4+33+36=73 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.48% from 73); Green value is 33 (13.28% from 255 or 45.21% from 73); Blue value is 36 (14.45% from 255 or 49.32% from 73); Max value from RGB is 36 - color contains mainly: blue. Hex color #042124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042124 is #FBDEDB. Grayscale: #181818. Windows color (decimal): -16506588 or 2367748. OLE color: 2367748.

HSL color Cylindrical-coordinate representation of color #042124: hue angle of 185.62º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #042124 is Cyan = 0.89, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB43336-
CMYK0.890.0800.86
HSL185.62º80%7.84%-
HSV(B)185.62º88.89%14.12%-
XYZ0.911.241.86-
YUV24.67134.39113.26-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.48%
GREEN value IS 33 (13.28% from 255) = 45.21%
BLUE value IS 36 (14.45% from 255) = 49.32%
R=5.48%
G=45.21%
B=49.32%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal433360.890.0800.86185.62807.84
Hex42124598056ba508
Octal4414413110012627212010
Binary10010000110010010110011000010101101011101010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042124; }

 p { color: rgb(4,33,36); }

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

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

 a { background-color: rgb(4,33,36); }

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

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

 span { border-color: rgb(4,33,36); }

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