Html Css Color HEX #021521 Black Pearl

📋 copy color: '#021521'

red 2 ◦ green 21 ◦ blue 33

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

Shades of Black Pearl #021521

Tints of Black Pearl #021521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 58.93%

R = 3.57%
G = 37.5%
B = 58.93%

CMYK

 C value IS 0.94

 M value IS 0.36

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#021521 (or 0x021521) is known color: Black Pearl. HEX triplet: 02, 15 and 21. RGB value is (2,21,33). Sum of RGB (Red+Green+Blue) = 2+21+33=56 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.57% from 56); Green value is 21 (8.59% from 255 or 37.5% from 56); Blue value is 33 (13.28% from 255 or 58.93% from 56); Max value from RGB is 33 - color contains mainly: blue. Hex color #021521 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021521 is #FDEADE. Grayscale: #101010. Windows color (decimal): -16640735 or 2168066. OLE color: 2168066.

HSL color Cylindrical-coordinate representation of color #021521: hue angle of 203.23º degrees, saturation: 0.89, 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 #021521 is Cyan = 0.94, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 2 21 33 -
CMYK 0.94 0.36 0 0.87
HSL 203.23º 0.89% 0.07% -
HSV(B) 203.23º 0.94% 0.13% -
XYZ 0.57 0.66 1.54 -
YUV 16.69 137.21 117.52 -
System Red Green Blue C M Y K H S L
Decimal 2 21 33 0.94 0.36 0 0.87 203.23 0.89 0.07
Hex 2 15 21 5E 24 0 57 CB 59 7
Octal 2 25 41 136 44 0 127 313 131 7
Binary 10 10101 100001 1011110 100100 0 1010111 11001011 1011001 111

Color Harmonies of #021521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021521

Black with #021521

Text Example


Text Example

White with #021521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021521; }

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

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

background-color css

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

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

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

border-color css

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

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

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