#042225

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

Shades of Black Pearl #042225

Tints of Black Pearl #042225

Color information

#042225 (or 0x042225) is unknown color: approx Black Pearl. HEX triplet: 04, 22 and 25. RGB value is (4,34,37). Sum of RGB (Red+Green+Blue) = 4+34+37=75 (9% of max value = 765). Red value is 4 (1.95% from 255 or 5.33% from 75); Green value is 34 (13.67% from 255 or 45.33% from 75); Blue value is 37 (14.84% from 255 or 49.33% from 75); Max value from RGB is 37 - color contains mainly: blue. Hex color #042225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #042225 is #FBDDDA. Grayscale: #191919. Windows color (decimal): -16506331 or 2433540. OLE color: 2433540.

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

Color convert

RGB43437-
CMYK0.890.0800.85
HSL185.45º80.49%8.04%-
HSV(B)185.45º89.19%14.51%-
XYZ0.961.31.95-
YUV25.37134.56112.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 5.33%
GREEN value IS 34 (13.67% from 255) = 45.33%
BLUE value IS 37 (14.84% from 255) = 49.33%
R=5.33%
G=45.33%
B=49.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal434370.890.0800.85185.4580.498.04
Hex42225598055b9508
Octal4424513110012527112010
Binary10010001010010110110011000010101011011100110100001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #042225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #042225; }

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

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

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

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

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

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

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

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