Html Css Color HEX #130F15 Blackcurrant

📋 copy color: '#130F15'

red 19 ◦ green 15 ◦ blue 21

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

Shades of Blackcurrant #130F15

Tints of Blackcurrant #130F15

RGB

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

 GREEN value IS 15 (6.25% from 255) = 27.27%

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

R = 34.55%
G = 27.27%
B = 38.18%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130F15 (or 0x130F15) is known color: Blackcurrant. HEX triplet: 13, 0F and 15. RGB value is (19,15,21). Sum of RGB (Red+Green+Blue) = 19+15+21=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 15 (6.25% from 255 or 27.27% from 55); Blue value is 21 (8.59% from 255 or 38.18% from 55); Max value from RGB is 21 - color contains mainly: blue. Hex color #130F15 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130F15 is #ECF0EA. Grayscale: #101010. Windows color (decimal): -15528171 or 1380115. OLE color: 1380115.

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

Color convert

RGB 19 15 21 -
CMYK 0.10 0.29 0 0.92
HSL 280º 0.17% 0.07% -
HSV(B) 280º 0.29% 0.08% -
XYZ 0.57 0.53 0.78 -
YUV 16.88 130.33 129.51 -
System Red Green Blue C M Y K H S L
Decimal 19 15 21 0.10 0.29 0 0.92 280 0.17 0.07
Hex 13 F 15 A 1D 0 5C 118 11 7
Octal 23 17 25 12 35 0 134 430 21 7
Binary 10011 1111 10101 1010 11101 0 1011100 100011000 10001 111

Color Harmonies of #130F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130F15

Black with #130F15

Text Example


Text Example

White with #130F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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