Html Css Color HEX #130120 Blackcurrant

📋 copy color: '#130120'

red 19 ◦ green 1 ◦ blue 32

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

Shades of Blackcurrant #130120

Tints of Blackcurrant #130120

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.92%

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

R = 36.54%
G = 1.92%
B = 61.54%

CMYK

 C value IS 0.41

 M value IS 0.97

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130120 (or 0x130120) is known color: Blackcurrant. HEX triplet: 13, 01 and 20. RGB value is (19,1,32). Sum of RGB (Red+Green+Blue) = 19+1+32=52 (6% of max value = 765). Red value is 19 (7.81% from 255 or 36.54% from 52); Green value is 1 (0.78% from 255 or 1.92% from 52); Blue value is 32 (12.89% from 255 or 61.54% from 52); Max value from RGB is 32 - color contains mainly: blue. Hex color #130120 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130120 is #ECFEDF. Grayscale: #090909. Windows color (decimal): -15531744 or 2097427. OLE color: 2097427.

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

Color convert

RGB 19 1 32 -
CMYK 0.41 0.97 0 0.87
HSL 274.84º 0.94% 0.06% -
HSV(B) 274.84º 0.97% 0.13% -
XYZ 0.54 0.26 1.39 -
YUV 9.92 140.46 134.48 -
System Red Green Blue C M Y K H S L
Decimal 19 1 32 0.41 0.97 0 0.87 274.84 0.94 0.06
Hex 13 1 20 29 61 0 57 113 5E 6
Octal 23 1 40 51 141 0 127 423 136 6
Binary 10011 1 100000 101001 1100001 0 1010111 100010011 1011110 110

Color Harmonies of #130120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130120

Black with #130120

Text Example


Text Example

White with #130120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130120; }

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

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

background-color css

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

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

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

border-color css

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

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

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