Html Css Color HEX #021221 Black Pearl

📋 copy color: '#021221'

red 2 ◦ green 18 ◦ blue 33

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

Shades of Black Pearl #021221

Tints of Black Pearl #021221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 33.96%

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

R = 3.77%
G = 33.96%
B = 62.26%

CMYK

 C value IS 0.94

 M value IS 0.45

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#021221 (or 0x021221) is known color: Black Pearl. HEX triplet: 02, 12 and 21. RGB value is (2,18,33). Sum of RGB (Red+Green+Blue) = 2+18+33=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 18 (7.42% from 255 or 33.96% from 53); Blue value is 33 (13.28% from 255 or 62.26% from 53); Max value from RGB is 33 - color contains mainly: blue. Hex color #021221 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021221 is #FDEDDE. Grayscale: #0E0E0E. Windows color (decimal): -16641503 or 2167298. OLE color: 2167298.

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

Color convert

RGB 2 18 33 -
CMYK 0.94 0.45 0 0.87
HSL 209.03º 0.89% 0.07% -
HSV(B) 209.03º 0.94% 0.13% -
XYZ 0.52 0.56 1.52 -
YUV 14.93 138.2 118.78 -
System Red Green Blue C M Y K H S L
Decimal 2 18 33 0.94 0.45 0 0.87 209.03 0.89 0.07
Hex 2 12 21 5E 2D 0 57 D1 59 7
Octal 2 22 41 136 55 0 127 321 131 7
Binary 10 10010 100001 1011110 101101 0 1010111 11010001 1011001 111

Color Harmonies of #021221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021221

Black with #021221

Text Example


Text Example

White with #021221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021221; }

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

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

background-color css

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

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

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

border-color css

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

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

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