Html Css Color HEX #021E25 Black Pearl

📋 copy color: '#021E25'

red 2 ◦ green 30 ◦ blue 37

#021E25
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Black Pearl #021E25

Tints of Black Pearl #021E25

RGB

 RED value IS 2 (1.17% from 255) = 2.9%

 GREEN value IS 30 (12.11% from 255) = 43.48%

 BLUE value IS 37 (14.84% from 255) = 53.62%

R = 2.9%
G = 43.48%
B = 53.62%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#021E25 (or 0x021E25) is known color: 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

RGB 2 30 37 -
CMYK 0.95 0.19 0 0.85
HSL 192º 0.9% 0.08% -
HSV(B) 192º 0.95% 0.15% -
XYZ 0.82 1.08 1.91 -
YUV 22.43 136.22 113.43 -
System Red Green Blue C M Y K H S L
Decimal 2 30 37 0.95 0.19 0 0.85 192 0.9 0.08
Hex 2 1E 25 5F 13 0 55 C0 5A 8
Octal 2 36 45 137 23 0 125 300 132 10
Binary 10 11110 100101 1011111 10011 0 1010101 11000000 1011010 1000

Color Harmonies of #021E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021E25

Black with #021E25

Text Example


Text Example

White with #021E25

Text Example


Text Example

HTML Codes & Css Web 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>