Html Css Color HEX #021F25 Black Pearl

📋 copy color: '#021F25'

red 2 ◦ green 31 ◦ blue 37

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

Shades of Black Pearl #021F25

Tints of Black Pearl #021F25

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 value IS 0.95

 M value IS 0.16

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

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

RGB 2 31 37 -
CMYK 0.95 0.16 0 0.85
HSL 190.29º 0.9% 0.08% -
HSV(B) 190.29º 0.95% 0.15% -
XYZ 0.85 1.13 1.92 -
YUV 23.01 135.89 113.01 -
System Red Green Blue C M Y K H S L
Decimal 2 31 37 0.95 0.16 0 0.85 190.29 0.9 0.08
Hex 2 1F 25 5F 10 0 55 BE 5A 8
Octal 2 37 45 137 20 0 125 276 132 10
Binary 10 11111 100101 1011111 10000 0 1010101 10111110 1011010 1000

Color Harmonies of #021F25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021F25

Black with #021F25

Text Example


Text Example

White with #021F25

Text Example


Text Example

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