Html Css Color HEX #131116 Blackcurrant

📋 copy color: '#131116'

red 19 ◦ green 17 ◦ blue 22

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

Shades of Blackcurrant #131116

Tints of Blackcurrant #131116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 37.93%

R = 32.76%
G = 29.31%
B = 37.93%

CMYK

 C value IS 0.14

 M value IS 0.23

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#131116 (or 0x131116) is known color: Blackcurrant. HEX triplet: 13, 11 and 16. RGB value is (19,17,22). Sum of RGB (Red+Green+Blue) = 19+17+22=58 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.76% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 22 (8.98% from 255 or 37.93% from 58); Max value from RGB is 22 - color contains mainly: blue. Hex color #131116 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131116 is #ECEEE9. Grayscale: #121212. Windows color (decimal): -15527658 or 1446163. OLE color: 1446163.

HSL color Cylindrical-coordinate representation of color #131116: hue angle of 264º degrees, saturation: 0.13, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #131116 is Cyan = 0.14, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 17 22 -
CMYK 0.14 0.23 0 0.91
HSL 264º 0.13% 0.08% -
HSV(B) 264º 0.23% 0.09% -
XYZ 0.61 0.6 0.84 -
YUV 18.17 130.16 128.59 -
System Red Green Blue C M Y K H S L
Decimal 19 17 22 0.14 0.23 0 0.91 264 0.13 0.08
Hex 13 11 16 E 17 0 5B 108 D 8
Octal 23 21 26 16 27 0 133 410 15 10
Binary 10011 10001 10110 1110 10111 0 1011011 100001000 1101 1000

Color Harmonies of #131116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131116

Black with #131116

Text Example


Text Example

White with #131116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131116; }

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

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

background-color css

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

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

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

border-color css

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

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

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