Html Css Color HEX #021320 Black Pearl

📋 copy color: '#021320'

red 2 ◦ green 19 ◦ blue 32

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

Shades of Black Pearl #021320

Tints of Black Pearl #021320

RGB

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

 GREEN value IS 19 (7.81% from 255) = 35.85%

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

R = 3.77%
G = 35.85%
B = 60.38%

CMYK

 C value IS 0.94

 M value IS 0.41

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#021320 (or 0x021320) is known color: Black Pearl. HEX triplet: 02, 13 and 20. RGB value is (2,19,32). Sum of RGB (Red+Green+Blue) = 2+19+32=53 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.77% from 53); Green value is 19 (7.81% from 255 or 35.85% from 53); Blue value is 32 (12.89% from 255 or 60.38% from 53); Max value from RGB is 32 - color contains mainly: blue. Hex color #021320 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021320 is #FDECDF. Grayscale: #0F0F0F. Windows color (decimal): -16641248 or 2102018. OLE color: 2102018.

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

Color convert

RGB 2 19 32 -
CMYK 0.94 0.41 0 0.87
HSL 206º 0.88% 0.07% -
HSV(B) 206º 0.94% 0.13% -
XYZ 0.52 0.58 1.45 -
YUV 15.4 137.37 118.44 -
System Red Green Blue C M Y K H S L
Decimal 2 19 32 0.94 0.41 0 0.87 206 0.88 0.07
Hex 2 13 20 5E 29 0 57 CE 58 7
Octal 2 23 40 136 51 0 127 316 130 7
Binary 10 10011 100000 1011110 101001 0 1010111 11001110 1011000 111

Color Harmonies of #021320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021320

Black with #021320

Text Example


Text Example

White with #021320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021320; }

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

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

background-color css

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

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

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

border-color css

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

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

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