#022025

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

Shades of Black Pearl #022025

Tints of Black Pearl #022025

Color information

#022025 (or 0x022025) is unknown color: approx Black Pearl. HEX triplet: 02, 20 and 25. RGB value is (2,32,37). Sum of RGB (Red+Green+Blue) = 2+32+37=71 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.82% from 71); Green value is 32 (12.89% from 255 or 45.07% from 71); Blue value is 37 (14.84% from 255 or 52.11% from 71); Max value from RGB is 37 - color contains mainly: blue. Hex color #022025 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022025 is #FDDFDA. Grayscale: #171717. Windows color (decimal): -16637915 or 2433026. OLE color: 2433026.

HSL color Cylindrical-coordinate representation of color #022025: hue angle of 188.57º 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 #022025 is Cyan = 0.95, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB23237-
CMYK0.950.1400.85
HSL188.57º89.74%7.65%-
HSV(B)188.57º94.59%14.51%-
XYZ0.881.181.93-
YUV23.6135.56112.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.82%
GREEN value IS 32 (12.89% from 255) = 45.07%
BLUE value IS 37 (14.84% from 255) = 52.11%
R=2.82%
G=45.07%
B=52.11%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal232370.950.1400.85188.5789.747.65
Hex220255FE055bd5a8
Octal2404513716012527513210
Binary1010000010010110111111110010101011011110110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022025; }

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

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

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

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

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

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

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

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