Html Css Color HEX #130E15 Blackcurrant

📋 copy color: '#130E15'

red 19 ◦ green 14 ◦ blue 21

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

Shades of Blackcurrant #130E15

Tints of Blackcurrant #130E15

RGB

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

 GREEN value IS 14 (5.86% from 255) = 25.93%

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

R = 35.19%
G = 25.93%
B = 38.89%

CMYK

 C value IS 0.10

 M value IS 0.33

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130E15 (or 0x130E15) is known color: Blackcurrant. HEX triplet: 13, 0E and 15. RGB value is (19,14,21). Sum of RGB (Red+Green+Blue) = 19+14+21=54 (7% of max value = 765). Red value is 19 (7.81% from 255 or 35.19% from 54); Green value is 14 (5.86% from 255 or 25.93% from 54); Blue value is 21 (8.59% from 255 or 38.89% from 54); Max value from RGB is 21 - color contains mainly: blue. Hex color #130E15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130E15 is #ECF1EA. Grayscale: #101010. Windows color (decimal): -15528427 or 1379859. OLE color: 1379859.

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

Color convert

RGB 19 14 21 -
CMYK 0.10 0.33 0 0.92
HSL 282.86º 0.2% 0.07% -
HSV(B) 282.86º 0.33% 0.08% -
XYZ 0.56 0.51 0.78 -
YUV 16.29 130.66 129.93 -
System Red Green Blue C M Y K H S L
Decimal 19 14 21 0.10 0.33 0 0.92 282.86 0.2 0.07
Hex 13 E 15 A 21 0 5C 11B 14 7
Octal 23 16 25 12 41 0 134 433 24 7
Binary 10011 1110 10101 1010 100001 0 1011100 100011011 10100 111

Color Harmonies of #130E15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130E15

Black with #130E15

Text Example


Text Example

White with #130E15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130E15; }

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

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

background-color css

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

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

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

border-color css

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

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

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