#021725

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

Shades of Black Pearl #021725

Tints of Black Pearl #021725

Color information

#021725 (or 0x021725) is unknown color: approx Black Pearl. HEX triplet: 02, 17 and 25. RGB value is (2,23,37). Sum of RGB (Red+Green+Blue) = 2+23+37=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 23 (9.38% from 255 or 37.10% from 62); Blue value is 37 (14.84% from 255 or 59.68% from 62); Max value from RGB is 37 - color contains mainly: blue. Hex color #021725 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021725 is #FDE8DA. Grayscale: #121212. Windows color (decimal): -16640219 or 2430722. OLE color: 2430722.

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

Color convert

RGB22337-
CMYK0.950.3800.85
HSL204º89.74%7.65%-
HSV(B)204º94.59%14.51%-
XYZ0.670.761.86-
YUV18.32138.54116.36-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.23%
GREEN value IS 23 (9.38% from 255) = 37.10%
BLUE value IS 37 (14.84% from 255) = 59.68%
R=3.23%
G=37.10%
B=59.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal223370.950.3800.8520489.747.65
Hex217255F26055cc5a8
Octal2274513746012531413210
Binary10101111001011011111100110010101011100110010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021725; }

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

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

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

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

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

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

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

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