Html Css Color HEX #021115 Black Pearl

📋 copy color: '#021115'

red 2 ◦ green 17 ◦ blue 21

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

Shades of Black Pearl #021115

Tints of Black Pearl #021115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 42.5%

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

R = 5%
G = 42.5%
B = 52.5%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#021115 (or 0x021115) is known color: Black Pearl. HEX triplet: 02, 11 and 15. RGB value is (2,17,21). Sum of RGB (Red+Green+Blue) = 2+17+21=40 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5% from 40); Green value is 17 (7.03% from 255 or 42.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #021115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021115 is #FDEEEA. Grayscale: #0C0C0C. Windows color (decimal): -16641771 or 1380610. OLE color: 1380610.

HSL color Cylindrical-coordinate representation of color #021115: hue angle of 192.63º 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 #021115 is Cyan = 0.90, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 2 17 21 -
CMYK 0.90 0.19 0 0.92
HSL 192.63º 0.83% 0.05% -
HSV(B) 192.63º 0.9% 0.08% -
XYZ 0.36 0.47 0.78 -
YUV 12.97 132.53 120.17 -
System Red Green Blue C M Y K H S L
Decimal 2 17 21 0.90 0.19 0 0.92 192.63 0.83 0.05
Hex 2 11 15 5A 13 0 5C C1 53 5
Octal 2 21 25 132 23 0 134 301 123 5
Binary 10 10001 10101 1011010 10011 0 1011100 11000001 1010011 101

Color Harmonies of #021115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021115

Black with #021115

Text Example


Text Example

White with #021115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021115; }

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

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

background-color css

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

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

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

border-color css

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

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

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