Html Css Color HEX #021720 Black Pearl

📋 copy color: '#021720'

red 2 ◦ green 23 ◦ blue 32

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

Shades of Black Pearl #021720

Tints of Black Pearl #021720

RGB

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

 GREEN value IS 23 (9.38% from 255) = 40.35%

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

R = 3.51%
G = 40.35%
B = 56.14%

CMYK

 C value IS 0.94

 M value IS 0.28

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#021720 (or 0x021720) is known color: Black Pearl. HEX triplet: 02, 17 and 20. RGB value is (2,23,32). Sum of RGB (Red+Green+Blue) = 2+23+32=57 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.51% from 57); Green value is 23 (9.38% from 255 or 40.35% from 57); Blue value is 32 (12.89% from 255 or 56.14% from 57); Max value from RGB is 32 - color contains mainly: blue. Hex color #021720 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021720 is #FDE8DF. Grayscale: #111111. Windows color (decimal): -16640224 or 2103042. OLE color: 2103042.

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

Color convert

RGB 2 23 32 -
CMYK 0.94 0.28 0 0.87
HSL 198º 0.88% 0.07% -
HSV(B) 198º 0.94% 0.13% -
XYZ 0.59 0.73 1.48 -
YUV 17.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 2 23 32 0.94 0.28 0 0.87 198 0.88 0.07
Hex 2 17 20 5E 1C 0 57 C6 58 7
Octal 2 27 40 136 34 0 127 306 130 7
Binary 10 10111 100000 1011110 11100 0 1010111 11000110 1011000 111

Color Harmonies of #021720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021720

Black with #021720

Text Example


Text Example

White with #021720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021720; }

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

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

background-color css

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

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

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

border-color css

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

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

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