Html Css Color HEX #131111 Black

📋 copy color: '#131111'

red 19 ◦ green 17 ◦ blue 17

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

Shades of Black #131111

Tints of Black #131111

RGB

 RED value IS 19 (7.81% from 255) = 35.85%

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

 BLUE value IS 17 (7.03% from 255) = 32.08%

R = 35.85%
G = 32.08%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.11

 K value IS 0.93

RGB Variations

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

Color information

#131111 (or 0x131111) is known color: Black. HEX triplet: 13, 11 and 11. RGB value is (19,17,17). Sum of RGB (Red+Green+Blue) = 19+17+17=53 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.85% from 53); Green value is 17 (7.03% from 255 or 32.08% from 53); Blue value is 17 (7.03% from 255 or 32.08% from 53); Max value from RGB is 19 - color contains mainly: red. Hex color #131111 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131111 is #ECEEEE. Grayscale: #111111. Windows color (decimal): -15527663 or 1118483. OLE color: 1118483.

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

Color convert

RGB 19 17 17 -
CMYK 0 0.11 0.11 0.93
HSL 0.06% 0.07% -
HSV(B) 0.11% 0.07% -
XYZ 0.57 0.58 0.61 -
YUV 17.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 19 17 17 0 0.11 0.11 0.93 0 0.06 0.07
Hex 13 11 11 0 B B 5D 0 6 7
Octal 23 21 21 0 13 13 135 0 6 7
Binary 10011 10001 10001 0 1011 1011 1011101 0 110 111

Color Harmonies of #131111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131111

Black with #131111

Text Example


Text Example

White with #131111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131111; }

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

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

background-color css

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

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

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

border-color css

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

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

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