#021825

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

Shades of Black Pearl #021825

Tints of Black Pearl #021825

Color information

#021825 (or 0x021825) is unknown color: approx Black Pearl. HEX triplet: 02, 18 and 25. RGB value is (2,24,37). Sum of RGB (Red+Green+Blue) = 2+24+37=63 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.17% from 63); Green value is 24 (9.77% from 255 or 38.10% from 63); Blue value is 37 (14.84% from 255 or 58.73% from 63); Max value from RGB is 37 - color contains mainly: blue. Hex color #021825 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021825 is #FDE7DA. Grayscale: #121212. Windows color (decimal): -16639963 or 2430978. OLE color: 2430978.

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

Color convert

RGB22437-
CMYK0.950.3500.85
HSL202.29º89.74%7.65%-
HSV(B)202.29º94.59%14.51%-
XYZ0.690.81.87-
YUV18.9138.21115.94-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.17%
GREEN value IS 24 (9.77% from 255) = 38.10%
BLUE value IS 37 (14.84% from 255) = 58.73%
R=3.17%
G=38.10%
B=58.73%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal224370.950.3500.85202.2989.747.65
Hex218255F23055ca5a8
Octal2304513743012531213210
Binary10110001001011011111100011010101011100101010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021825; }

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

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

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

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

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

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

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

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