#021E25

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

Shades of Black Pearl #021E25

Tints of Black Pearl #021E25

Color information

#021E25 (or 0x021E25) is unknown color: approx Black Pearl. HEX triplet: 02, 1E and 25. RGB value is (2,30,37). Sum of RGB (Red+Green+Blue) = 2+30+37=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 30 (12.11% from 255 or 43.48% from 69); Blue value is 37 (14.84% from 255 or 53.62% from 69); Max value from RGB is 37 - color contains mainly: blue. Hex color #021E25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #021E25 is #FDE1DA. Grayscale: #161616. Windows color (decimal): -16638427 or 2432514. OLE color: 2432514.

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

Color convert

RGB23037-
CMYK0.950.1900.85
HSL192º89.74%7.65%-
HSV(B)192º94.59%14.51%-
XYZ0.821.081.91-
YUV22.43136.22113.43-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 30 (12.11% from 255) = 43.48%
BLUE value IS 37 (14.84% from 255) = 53.62%
R=2.90%
G=43.48%
B=53.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal230370.950.1900.8519289.747.65
Hex21E255F13055c05a8
Octal2364513723012530013210
Binary1011110100101101111110011010101011100000010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021E25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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