Html Css Color HEX #130520 Blackcurrant

📋 copy color: '#130520'

red 19 ◦ green 5 ◦ blue 32

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

Shades of Blackcurrant #130520

Tints of Blackcurrant #130520

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 57.14%

R = 33.93%
G = 8.93%
B = 57.14%

CMYK

 C value IS 0.41

 M value IS 0.84

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130520 (or 0x130520) is known color: Blackcurrant. HEX triplet: 13, 05 and 20. RGB value is (19,5,32). Sum of RGB (Red+Green+Blue) = 19+5+32=56 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.93% from 56); Green value is 5 (2.34% from 255 or 8.93% from 56); Blue value is 32 (12.89% from 255 or 57.14% from 56); Max value from RGB is 32 - color contains mainly: blue. Hex color #130520 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130520 is #ECFADF. Grayscale: #0C0C0C. Windows color (decimal): -15530720 or 2098451. OLE color: 2098451.

HSL color Cylindrical-coordinate representation of color #130520: hue angle of 271.11º degrees, saturation: 0.73, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #130520 is Cyan = 0.41, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 19 5 32 -
CMYK 0.41 0.84 0 0.87
HSL 271.11º 0.73% 0.07% -
HSV(B) 271.11º 0.84% 0.13% -
XYZ 0.58 0.35 1.4 -
YUV 12.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 19 5 32 0.41 0.84 0 0.87 271.11 0.73 0.07
Hex 13 5 20 29 54 0 57 10F 49 7
Octal 23 5 40 51 124 0 127 417 111 7
Binary 10011 101 100000 101001 1010100 0 1010111 100001111 1001001 111

Color Harmonies of #130520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130520

Black with #130520

Text Example


Text Example

White with #130520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130520; }

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

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

background-color css

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

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

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

border-color css

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

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

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