Html Css Color HEX #130515 Blackcurrant

📋 copy color: '#130515'

red 19 ◦ green 5 ◦ blue 21

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

Shades of Blackcurrant #130515

Tints of Blackcurrant #130515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 11.11%

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

R = 42.22%
G = 11.11%
B = 46.67%

CMYK

 C value IS 0.10

 M value IS 0.76

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#130515 (or 0x130515) is known color: Blackcurrant. HEX triplet: 13, 05 and 15. RGB value is (19,5,21). Sum of RGB (Red+Green+Blue) = 19+5+21=45 (5% of max value = 765). Red value is 19 (7.81% from 255 or 42.22% from 45); Green value is 5 (2.34% from 255 or 11.11% from 45); Blue value is 21 (8.59% from 255 or 46.67% from 45); Max value from RGB is 21 - color contains mainly: blue. Hex color #130515 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130515 is #ECFAEA. Grayscale: #0A0A0A. Windows color (decimal): -15530731 or 1377555. OLE color: 1377555.

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

Color convert

RGB 19 5 21 -
CMYK 0.10 0.76 0 0.92
HSL 292.5º 0.62% 0.05% -
HSV(B) 292.5º 0.76% 0.08% -
XYZ 0.46 0.3 0.74 -
YUV 11.01 133.64 133.7 -
System Red Green Blue C M Y K H S L
Decimal 19 5 21 0.10 0.76 0 0.92 292.5 0.62 0.05
Hex 13 5 15 A 4C 0 5C 124 3E 5
Octal 23 5 25 12 114 0 134 444 76 5
Binary 10011 101 10101 1010 1001100 0 1011100 100100100 111110 101

Color Harmonies of #130515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130515

Black with #130515

Text Example


Text Example

White with #130515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130515; }

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

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

background-color css

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

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

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

border-color css

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

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

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