Html Css Color HEX #111213 Black Pearl

📋 copy color: '#111213'

red 17 ◦ green 18 ◦ blue 19

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

Shades of Black Pearl #111213

Tints of Black Pearl #111213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 35.19%

R = 31.48%
G = 33.33%
B = 35.19%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#111213 (or 0x111213) is known color: Black Pearl. HEX triplet: 11, 12 and 13. RGB value is (17,18,19). Sum of RGB (Red+Green+Blue) = 17+18+19=54 (7% of max value = 765). Red value is 17 (7.03% from 255 or 31.48% from 54); Green value is 18 (7.42% from 255 or 33.33% from 54); Blue value is 19 (7.81% from 255 or 35.19% from 54); Max value from RGB is 19 - color contains mainly: blue. Hex color #111213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #111213 is #EEEDEC. Grayscale: #111111. Windows color (decimal): -15658477 or 1249809. OLE color: 1249809.

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

Color convert

RGB 17 18 19 -
CMYK 0.11 0.05 0 0.93
HSL 210º 0.06% 0.07% -
HSV(B) 210º 0.11% 0.07% -
XYZ 0.57 0.6 0.7 -
YUV 17.82 128.67 127.42 -
System Red Green Blue C M Y K H S L
Decimal 17 18 19 0.11 0.05 0 0.93 210 0.06 0.07
Hex 11 12 13 B 5 0 5D D2 6 7
Octal 21 22 23 13 5 0 135 322 6 7
Binary 10001 10010 10011 1011 101 0 1011101 11010010 110 111

Color Harmonies of #111213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #111213

Black with #111213

Text Example


Text Example

White with #111213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #111213; }

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

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

background-color css

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

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

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

border-color css

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

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

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