Html Css Color HEX #111315 Black Pearl

📋 copy color: '#111315'

red 17 ◦ green 19 ◦ blue 21

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

Shades of Black Pearl #111315

Tints of Black Pearl #111315

RGB

 RED value IS 17 (7.03% from 255) = 29.82%

 GREEN value IS 19 (7.81% from 255) = 33.33%

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

R = 29.82%
G = 33.33%
B = 36.84%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#111315 (or 0x111315) is known color: Black Pearl. HEX triplet: 11, 13 and 15. RGB value is (17,19,21). Sum of RGB (Red+Green+Blue) = 17+19+21=57 (7% of max value = 765). Red value is 17 (7.03% from 255 or 29.82% from 57); Green value is 19 (7.81% from 255 or 33.33% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 21 - color contains mainly: blue. Hex color #111315 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111315 is #EEECEA. Grayscale: #121212. Windows color (decimal): -15658219 or 1381137. OLE color: 1381137.

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

Color convert

RGB 17 19 21 -
CMYK 0.19 0.10 0 0.92
HSL 210º 0.11% 0.07% -
HSV(B) 210º 0.19% 0.08% -
XYZ 0.6 0.64 0.8 -
YUV 18.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 17 19 21 0.19 0.10 0 0.92 210 0.11 0.07
Hex 11 13 15 13 A 0 5C D2 B 7
Octal 21 23 25 23 12 0 134 322 13 7
Binary 10001 10011 10101 10011 1010 0 1011100 11010010 1011 111

Color Harmonies of #111315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111315

Black with #111315

Text Example


Text Example

White with #111315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111315; }

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

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

background-color css

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

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

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

border-color css

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

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

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