Html Css Color HEX #021420 Black Pearl

📋 copy color: '#021420'

red 2 ◦ green 20 ◦ blue 32

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

Shades of Black Pearl #021420

Tints of Black Pearl #021420

RGB

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

 GREEN value IS 20 (8.2% from 255) = 37.04%

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

R = 3.7%
G = 37.04%
B = 59.26%

CMYK

 C value IS 0.94

 M value IS 0.37

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#021420 (or 0x021420) is known color: Black Pearl. HEX triplet: 02, 14 and 20. RGB value is (2,20,32). Sum of RGB (Red+Green+Blue) = 2+20+32=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 20 (8.20% from 255 or 37.04% from 54); Blue value is 32 (12.89% from 255 or 59.26% from 54); Max value from RGB is 32 - color contains mainly: blue. Hex color #021420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021420 is #FDEBDF. Grayscale: #0F0F0F. Windows color (decimal): -16640992 or 2102274. OLE color: 2102274.

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

Color convert

RGB 2 20 32 -
CMYK 0.94 0.37 0 0.87
HSL 204º 0.88% 0.07% -
HSV(B) 204º 0.94% 0.13% -
XYZ 0.54 0.62 1.46 -
YUV 15.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 2 20 32 0.94 0.37 0 0.87 204 0.88 0.07
Hex 2 14 20 5E 25 0 57 CC 58 7
Octal 2 24 40 136 45 0 127 314 130 7
Binary 10 10100 100000 1011110 100101 0 1010111 11001100 1011000 111

Color Harmonies of #021420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021420

Black with #021420

Text Example


Text Example

White with #021420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021420; }

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

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

background-color css

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

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

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

border-color css

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

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

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