#042224

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

Shades of Black Pearl #042224

Tints of Black Pearl #042224

Color information

#042224 (or 0x042224) is unknown color: approx Black Pearl. HEX triplet: 04, 22 and 24. RGB value is (4,34,36). Sum of RGB (Red+Green+Blue) = 4+34+36=74 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.41% from 74); Green value is 34 (13.67% from 255 or 45.95% from 74); Blue value is 36 (14.45% from 255 or 48.65% from 74); Max value from RGB is 36 - color contains mainly: blue. Hex color #042224 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042224 is #FBDDDB. Grayscale: #191919. Windows color (decimal): -16506332 or 2368004. OLE color: 2368004.

HSL color Cylindrical-coordinate representation of color #042224: hue angle of 183.75º 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 #042224 is Cyan = 0.89, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB43436-
CMYK0.890.0600.86
HSL183.75º80%7.84%-
HSV(B)183.75º88.89%14.12%-
XYZ0.941.31.87-
YUV25.26134.06112.84-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.41%
GREEN value IS 34 (13.67% from 255) = 45.95%
BLUE value IS 36 (14.45% from 255) = 48.65%
R=5.41%
G=45.95%
B=48.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal434360.890.0600.86183.75807.84
Hex42224596056b8508
Octal442441316012627012010
Binary1001000101001001011001110010101101011100010100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042224; }

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

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

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

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

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

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

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

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