Html Css Color HEX #021520 Black Pearl

📋 copy color: '#021520'

red 2 ◦ green 21 ◦ blue 32

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

Shades of Black Pearl #021520

Tints of Black Pearl #021520

RGB

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

 GREEN value IS 21 (8.59% from 255) = 38.18%

 BLUE value IS 32 (12.89% from 255) = 58.18%

R = 3.64%
G = 38.18%
B = 58.18%

CMYK

 C value IS 0.94

 M value IS 0.34

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#021520 (or 0x021520) is known color: Black Pearl. HEX triplet: 02, 15 and 20. RGB value is (2,21,32). Sum of RGB (Red+Green+Blue) = 2+21+32=55 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.64% from 55); Green value is 21 (8.59% from 255 or 38.18% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #021520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021520 is #FDEADF. Grayscale: #101010. Windows color (decimal): -16640736 or 2102530. OLE color: 2102530.

HSL color Cylindrical-coordinate representation of color #021520: hue angle of 202º degrees, saturation: 0.88, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #021520 is Cyan = 0.94, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 21 32 -
CMYK 0.94 0.34 0 0.87
HSL 202º 0.88% 0.07% -
HSV(B) 202º 0.94% 0.13% -
XYZ 0.55 0.65 1.46 -
YUV 16.57 136.71 117.61 -
System Red Green Blue C M Y K H S L
Decimal 2 21 32 0.94 0.34 0 0.87 202 0.88 0.07
Hex 2 15 20 5E 22 0 57 CA 58 7
Octal 2 25 40 136 42 0 127 312 130 7
Binary 10 10101 100000 1011110 100010 0 1010111 11001010 1011000 111

Color Harmonies of #021520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021520

Black with #021520

Text Example


Text Example

White with #021520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021520; }

 p { color: rgb(2,21,32); }

 H1.HeaderClassName
 {
   color: #021520;
 }
 .AnyTagClassName
 {
   color: #021520;
 }
</style>

background-color css

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

 a { background-color: rgb(2,21,32); }

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

border-color css

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

 span { border-color: rgb(2,21,32); }

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