Html Css Color HEX #021329 Black Pearl

📋 copy color: '#021329'

red 2 ◦ green 19 ◦ blue 41

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

Shades of Black Pearl #021329

Tints of Black Pearl #021329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 66.13%

R = 3.23%
G = 30.65%
B = 66.13%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#021329 (or 0x021329) is known color: Black Pearl. HEX triplet: 02, 13 and 29. RGB value is (2,19,41). Sum of RGB (Red+Green+Blue) = 2+19+41=62 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.23% from 62); Green value is 19 (7.81% from 255 or 30.65% from 62); Blue value is 41 (16.41% from 255 or 66.13% from 62); Max value from RGB is 41 - color contains mainly: blue. Hex color #021329 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021329 is #FDECD6. Grayscale: #101010. Windows color (decimal): -16641239 or 2691842. OLE color: 2691842.

HSL color Cylindrical-coordinate representation of color #021329: hue angle of 213.85º degrees, saturation: 0.91, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #021329 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 2 19 41 -
CMYK 0.95 0.54 0 0.84
HSL 213.85º 0.91% 0.08% -
HSV(B) 213.85º 0.95% 0.16% -
XYZ 0.66 0.64 2.19 -
YUV 16.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 2 19 41 0.95 0.54 0 0.84 213.85 0.91 0.08
Hex 2 13 29 5F 36 0 54 D6 5B 8
Octal 2 23 51 137 66 0 124 326 133 10
Binary 10 10011 101001 1011111 110110 0 1010100 11010110 1011011 1000

Color Harmonies of #021329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021329

Black with #021329

Text Example


Text Example

White with #021329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021329; }

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

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

background-color css

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

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

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

border-color css

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

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

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