Html Css Color HEX #131115 Blackcurrant

📋 copy color: '#131115'

red 19 ◦ green 17 ◦ blue 21

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

Shades of Blackcurrant #131115

Tints of Blackcurrant #131115

RGB

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

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

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

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

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#131115 (or 0x131115) is known color: Blackcurrant. HEX triplet: 13, 11 and 15. RGB value is (19,17,21). Sum of RGB (Red+Green+Blue) = 19+17+21=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 17 (7.03% from 255 or 29.82% 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 #131115 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #131115 is #ECEEEA. Grayscale: #121212. Windows color (decimal): -15527659 or 1380627. OLE color: 1380627.

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

Color convert

RGB 19 17 21 -
CMYK 0.10 0.19 0 0.92
HSL 270º 0.11% 0.07% -
HSV(B) 270º 0.19% 0.08% -
XYZ 0.6 0.59 0.79 -
YUV 18.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 19 17 21 0.10 0.19 0 0.92 270 0.11 0.07
Hex 13 11 15 A 13 0 5C 10E B 7
Octal 23 21 25 12 23 0 134 416 13 7
Binary 10011 10001 10101 1010 10011 0 1011100 100001110 1011 111

Color Harmonies of #131115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131115

Black with #131115

Text Example


Text Example

White with #131115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131115; }

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

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

background-color css

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

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

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

border-color css

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

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

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