Html Css Color HEX #021321 Black Pearl

📋 copy color: '#021321'

red 2 ◦ green 19 ◦ blue 33

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

Shades of Black Pearl #021321

Tints of Black Pearl #021321

RGB

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

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

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

R = 3.7%
G = 35.19%
B = 61.11%

CMYK

 C value IS 0.94

 M value IS 0.42

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#021321 (or 0x021321) is known color: Black Pearl. HEX triplet: 02, 13 and 21. RGB value is (2,19,33). Sum of RGB (Red+Green+Blue) = 2+19+33=54 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.70% from 54); Green value is 19 (7.81% from 255 or 35.19% from 54); Blue value is 33 (13.28% from 255 or 61.11% from 54); Max value from RGB is 33 - color contains mainly: blue. Hex color #021321 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021321 is #FDECDE. Grayscale: #0F0F0F. Windows color (decimal): -16641247 or 2167554. OLE color: 2167554.

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

Color convert

RGB 2 19 33 -
CMYK 0.94 0.42 0 0.87
HSL 207.1º 0.89% 0.07% -
HSV(B) 207.1º 0.94% 0.13% -
XYZ 0.53 0.59 1.52 -
YUV 15.51 137.87 118.36 -
System Red Green Blue C M Y K H S L
Decimal 2 19 33 0.94 0.42 0 0.87 207.1 0.89 0.07
Hex 2 13 21 5E 2A 0 57 CF 59 7
Octal 2 23 41 136 52 0 127 317 131 7
Binary 10 10011 100001 1011110 101010 0 1010111 11001111 1011001 111

Color Harmonies of #021321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021321

Black with #021321

Text Example


Text Example

White with #021321

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021321; }

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

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

background-color css

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

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

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

border-color css

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

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

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