#021925

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

Shades of Black Pearl #021925

Tints of Black Pearl #021925

Color information

#021925 (or 0x021925) is unknown color: approx Black Pearl. HEX triplet: 02, 19 and 25. RGB value is (2,25,37). Sum of RGB (Red+Green+Blue) = 2+25+37=64 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.12% from 64); Green value is 25 (10.16% from 255 or 39.06% from 64); Blue value is 37 (14.84% from 255 or 57.81% from 64); Max value from RGB is 37 - color contains mainly: blue. Hex color #021925 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021925 is #FDE6DA. Grayscale: #131313. Windows color (decimal): -16639707 or 2431234. OLE color: 2431234.

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

Color convert

RGB22537-
CMYK0.950.3200.85
HSL200.57º89.74%7.65%-
HSV(B)200.57º94.59%14.51%-
XYZ0.710.841.88-
YUV19.49137.88115.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.12%
GREEN value IS 25 (10.16% from 255) = 39.06%
BLUE value IS 37 (14.84% from 255) = 57.81%
R=3.12%
G=39.06%
B=57.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal225370.950.3200.85200.5789.747.65
Hex219255F20055c95a8
Octal2314513740012531113210
Binary10110011001011011111100000010101011100100110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021925; }

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

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

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

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

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

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

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

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