Html Css Color HEX #021821 Black Pearl

📋 copy color: '#021821'

red 2 ◦ green 24 ◦ blue 33

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

Shades of Black Pearl #021821

Tints of Black Pearl #021821

RGB

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

 GREEN value IS 24 (9.77% from 255) = 40.68%

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

R = 3.39%
G = 40.68%
B = 55.93%

CMYK

 C value IS 0.94

 M value IS 0.27

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#021821 (or 0x021821) is known color: Black Pearl. HEX triplet: 02, 18 and 21. RGB value is (2,24,33). Sum of RGB (Red+Green+Blue) = 2+24+33=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 24 (9.77% from 255 or 40.68% from 59); Blue value is 33 (13.28% from 255 or 55.93% from 59); Max value from RGB is 33 - color contains mainly: blue. Hex color #021821 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #021821 is #FDE7DE. Grayscale: #121212. Windows color (decimal): -16639967 or 2168834. OLE color: 2168834.

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

Color convert

RGB 2 24 33 -
CMYK 0.94 0.27 0 0.87
HSL 197.42º 0.89% 0.07% -
HSV(B) 197.42º 0.94% 0.13% -
XYZ 0.63 0.78 1.56 -
YUV 18.45 136.21 116.27 -
System Red Green Blue C M Y K H S L
Decimal 2 24 33 0.94 0.27 0 0.87 197.42 0.89 0.07
Hex 2 18 21 5E 1B 0 57 C5 59 7
Octal 2 30 41 136 33 0 127 305 131 7
Binary 10 11000 100001 1011110 11011 0 1010111 11000101 1011001 111

Color Harmonies of #021821

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021821

Black with #021821

Text Example


Text Example

White with #021821

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021821; }

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

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

background-color css

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

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

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

border-color css

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

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

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