Html Css Color HEX #021015 Black Pearl

📋 copy color: '#021015'

red 2 ◦ green 16 ◦ blue 21

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

Shades of Black Pearl #021015

Tints of Black Pearl #021015

RGB

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

 GREEN value IS 16 (6.64% from 255) = 41.03%

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

R = 5.13%
G = 41.03%
B = 53.85%

CMYK

 C value IS 0.90

 M value IS 0.24

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#021015 (or 0x021015) is known color: Black Pearl. HEX triplet: 02, 10 and 15. RGB value is (2,16,21). Sum of RGB (Red+Green+Blue) = 2+16+21=39 (5% of max value = 765). Red value is 2 (1.17% from 255 or 5.13% from 39); Green value is 16 (6.64% from 255 or 41.03% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #021015 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #021015 is #FDEFEA. Grayscale: #0C0C0C. Windows color (decimal): -16642027 or 1380354. OLE color: 1380354.

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

Color convert

RGB 2 16 21 -
CMYK 0.90 0.24 0 0.92
HSL 195.79º 0.83% 0.05% -
HSV(B) 195.79º 0.9% 0.08% -
XYZ 0.35 0.44 0.78 -
YUV 12.38 132.86 120.59 -
System Red Green Blue C M Y K H S L
Decimal 2 16 21 0.90 0.24 0 0.92 195.79 0.83 0.05
Hex 2 10 15 5A 18 0 5C C4 53 5
Octal 2 20 25 132 30 0 134 304 123 5
Binary 10 10000 10101 1011010 11000 0 1011100 11000100 1010011 101

Color Harmonies of #021015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #021015

Black with #021015

Text Example


Text Example

White with #021015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #021015; }

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

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

background-color css

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

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

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

border-color css

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

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

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