#021F25

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

Shades of Black Pearl #021F25

Tints of Black Pearl #021F25

Color information

#021F25 (or 0x021F25) is unknown color: approx Black Pearl. HEX triplet: 02, 1F and 25. RGB value is (2,31,37). Sum of RGB (Red+Green+Blue) = 2+31+37=70 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.86% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 37 (14.84% from 255 or 52.86% from 70); Max value from RGB is 37 - color contains mainly: blue. Hex color #021F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021F25 is #FDE0DA. Grayscale: #161616. Windows color (decimal): -16638171 or 2432770. OLE color: 2432770.

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

Color convert

RGB23137-
CMYK0.950.1600.85
HSL190.29º89.74%7.65%-
HSV(B)190.29º94.59%14.51%-
XYZ0.851.131.92-
YUV23.01135.89113.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.86%
GREEN value IS 31 (12.5% from 255) = 44.29%
BLUE value IS 37 (14.84% from 255) = 52.86%
R=2.86%
G=44.29%
B=52.86%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal231370.950.1600.85190.2989.747.65
Hex21F255F10055be5a8
Octal2374513720012527613210
Binary1011111100101101111110000010101011011111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021F25; }

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

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

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

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

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

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

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

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