#022225

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

Shades of Black Pearl #022225

Tints of Black Pearl #022225

Color information

#022225 (or 0x022225) is unknown color: approx Black Pearl. HEX triplet: 02, 22 and 25. RGB value is (2,34,37). Sum of RGB (Red+Green+Blue) = 2+34+37=73 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.74% from 73); Green value is 34 (13.67% from 255 or 46.58% from 73); Blue value is 37 (14.84% from 255 or 50.68% from 73); Max value from RGB is 37 - color contains mainly: blue. Hex color #022225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022225 is #FDDDDA. Grayscale: #181818. Windows color (decimal): -16637403 or 2433538. OLE color: 2433538.

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

Color convert

RGB23437-
CMYK0.950.0800.85
HSL185.14º89.74%7.65%-
HSV(B)185.14º94.59%14.51%-
XYZ0.931.291.95-
YUV24.77134.9111.76-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.74%
GREEN value IS 34 (13.67% from 255) = 46.58%
BLUE value IS 37 (14.84% from 255) = 50.68%
R=2.74%
G=46.58%
B=50.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal234370.950.0800.85185.1489.747.65
Hex222255F8055b95a8
Octal2424513710012527113210
Binary1010001010010110111111000010101011011100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022225; }

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

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

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

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

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

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

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

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