Html Css Color HEX #101215 Black Pearl

📋 copy color: '#101215'

red 16 ◦ green 18 ◦ blue 21

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

Shades of Black Pearl #101215

Tints of Black Pearl #101215

RGB

 RED value IS 16 (6.64% from 255) = 29.09%

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

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

R = 29.09%
G = 32.73%
B = 38.18%

CMYK

 C value IS 0.24

 M value IS 0.14

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#101215 (or 0x101215) is known color: Black Pearl. HEX triplet: 10, 12 and 15. RGB value is (16,18,21). Sum of RGB (Red+Green+Blue) = 16+18+21=55 (7% of max value = 765). Red value is 16 (6.64% from 255 or 29.09% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #101215 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #101215 is #EFEDEA. Grayscale: #111111. Windows color (decimal): -15724011 or 1380880. OLE color: 1380880.

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

Color convert

RGB 16 18 21 -
CMYK 0.24 0.14 0 0.92
HSL 216º 0.14% 0.07% -
HSV(B) 216º 0.24% 0.08% -
XYZ 0.57 0.6 0.79 -
YUV 17.74 129.84 126.76 -
System Red Green Blue C M Y K H S L
Decimal 16 18 21 0.24 0.14 0 0.92 216 0.14 0.07
Hex 10 12 15 18 E 0 5C D8 E 7
Octal 20 22 25 30 16 0 134 330 16 7
Binary 10000 10010 10101 11000 1110 0 1011100 11011000 1110 111

Color Harmonies of #101215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101215

Black with #101215

Text Example


Text Example

White with #101215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101215; }

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

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

background-color css

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

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

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

border-color css

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

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

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