Html Css Color HEX #021215 Black Pearl

📋 copy color: '#021215'

red 2 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #021215

Tints of Black Pearl #021215

RGB

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

 GREEN value IS 18 (7.42% from 255) = 43.9%

 BLUE value IS 21 (8.59% from 255) = 51.22%

R = 4.88%
G = 43.9%
B = 51.22%

CMYK

 C value IS 0.90

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#021215 (or 0x021215) is known color: Black Pearl. HEX triplet: 02, 12 and 15. RGB value is (2,18,21). Sum of RGB (Red+Green+Blue) = 2+18+21=41 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.88% from 41); Green value is 18 (7.42% from 255 or 43.90% from 41); Blue value is 21 (8.59% from 255 or 51.22% from 41); Max value from RGB is 21 - color contains mainly: blue. Hex color #021215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021215 is #FDEDEA. Grayscale: #0D0D0D. Windows color (decimal): -16641515 or 1380866. OLE color: 1380866.

HSL color Cylindrical-coordinate representation of color #021215: hue angle of 189.47º degrees, saturation: 0.83, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #021215 is Cyan = 0.90, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 18 21 -
CMYK 0.90 0.14 0 0.92
HSL 189.47º 0.83% 0.05% -
HSV(B) 189.47º 0.9% 0.08% -
XYZ 0.38 0.5 0.79 -
YUV 13.56 132.2 119.76 -
System Red Green Blue C M Y K H S L
Decimal 2 18 21 0.90 0.14 0 0.92 189.47 0.83 0.05
Hex 2 12 15 5A E 0 5C BD 53 5
Octal 2 22 25 132 16 0 134 275 123 5
Binary 10 10010 10101 1011010 1110 0 1011100 10111101 1010011 101

Color Harmonies of #021215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021215

Black with #021215

Text Example


Text Example

White with #021215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021215; }

 p { color: rgb(2,18,21); }

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

background-color css

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

 a { background-color: rgb(2,18,21); }

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

border-color css

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

 span { border-color: rgb(2,18,21); }

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