Html Css Color HEX #130516 Blackcurrant

📋 copy color: '#130516'

red 19 ◦ green 5 ◦ blue 22

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

Shades of Blackcurrant #130516

Tints of Blackcurrant #130516

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 47.83%

R = 41.3%
G = 10.87%
B = 47.83%

CMYK

 C value IS 0.14

 M value IS 0.77

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#130516 (or 0x130516) is known color: Blackcurrant. HEX triplet: 13, 05 and 16. RGB value is (19,5,22). Sum of RGB (Red+Green+Blue) = 19+5+22=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 5 (2.34% from 255 or 10.87% from 46); Blue value is 22 (8.98% from 255 or 47.83% from 46); Max value from RGB is 22 - color contains mainly: blue. Hex color #130516 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130516 is #ECFAE9. Grayscale: #0B0B0B. Windows color (decimal): -15530730 or 1443091. OLE color: 1443091.

HSL color Cylindrical-coordinate representation of color #130516: hue angle of 289.41º degrees, saturation: 0.63, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #130516 is Cyan = 0.14, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 19 5 22 -
CMYK 0.14 0.77 0 0.91
HSL 289.41º 0.63% 0.05% -
HSV(B) 289.41º 0.77% 0.09% -
XYZ 0.47 0.3 0.79 -
YUV 11.12 134.14 133.62 -
System Red Green Blue C M Y K H S L
Decimal 19 5 22 0.14 0.77 0 0.91 289.41 0.63 0.05
Hex 13 5 16 E 4D 0 5B 121 3F 5
Octal 23 5 26 16 115 0 133 441 77 5
Binary 10011 101 10110 1110 1001101 0 1011011 100100001 111111 101

Color Harmonies of #130516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130516

Black with #130516

Text Example


Text Example

White with #130516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130516; }

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

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

background-color css

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

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

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

border-color css

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

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

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