Html Css Color HEX #131114 Blackcurrant

📋 copy color: '#131114'

red 19 ◦ green 17 ◦ blue 20

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

Shades of Blackcurrant #131114

Tints of Blackcurrant #131114

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 35.71%

R = 33.93%
G = 30.36%
B = 35.71%

CMYK

 C value IS 0.05

 M value IS 0.15

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131114 (or 0x131114) is known color: Blackcurrant. HEX triplet: 13, 11 and 14. RGB value is (19,17,20). Sum of RGB (Red+Green+Blue) = 19+17+20=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 17 (7.03% from 255 or 30.36% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 20 - color contains mainly: blue. Hex color #131114 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131114 is #ECEEEB. Grayscale: #111111. Windows color (decimal): -15527660 or 1315091. OLE color: 1315091.

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

Color convert

RGB 19 17 20 -
CMYK 0.05 0.15 0 0.92
HSL 280º 0.08% 0.07% -
HSV(B) 280º 0.15% 0.08% -
XYZ 0.6 0.59 0.74 -
YUV 17.94 129.16 128.76 -
System Red Green Blue C M Y K H S L
Decimal 19 17 20 0.05 0.15 0 0.92 280 0.08 0.07
Hex 13 11 14 5 F 0 5C 118 8 7
Octal 23 21 24 5 17 0 134 430 10 7
Binary 10011 10001 10100 101 1111 0 1011100 100011000 1000 111

Color Harmonies of #131114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131114

Black with #131114

Text Example


Text Example

White with #131114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131114; }

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

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

background-color css

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

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

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

border-color css

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

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

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