Html Css Color HEX #130420 Blackcurrant

📋 copy color: '#130420'

red 19 ◦ green 4 ◦ blue 32

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

Shades of Blackcurrant #130420

Tints of Blackcurrant #130420

RGB

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

 GREEN value IS 4 (1.95% from 255) = 7.27%

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

R = 34.55%
G = 7.27%
B = 58.18%

CMYK

 C value IS 0.41

 M value IS 0.87

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#130420 (or 0x130420) is known color: Blackcurrant. HEX triplet: 13, 04 and 20. RGB value is (19,4,32). Sum of RGB (Red+Green+Blue) = 19+4+32=55 (7% of max value = 765). Red value is 19 (7.81% from 255 or 34.55% from 55); Green value is 4 (1.95% from 255 or 7.27% from 55); Blue value is 32 (12.89% from 255 or 58.18% from 55); Max value from RGB is 32 - color contains mainly: blue. Hex color #130420 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130420 is #ECFBDF. Grayscale: #0B0B0B. Windows color (decimal): -15530976 or 2098195. OLE color: 2098195.

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

Color convert

RGB 19 4 32 -
CMYK 0.41 0.87 0 0.87
HSL 272.14º 0.78% 0.07% -
HSV(B) 272.14º 0.88% 0.13% -
XYZ 0.57 0.33 1.4 -
YUV 11.68 139.47 133.22 -
System Red Green Blue C M Y K H S L
Decimal 19 4 32 0.41 0.87 0 0.87 272.14 0.78 0.07
Hex 13 4 20 29 57 0 57 110 4E 7
Octal 23 4 40 51 127 0 127 420 116 7
Binary 10011 100 100000 101001 1010111 0 1010111 100010000 1001110 111

Color Harmonies of #130420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130420

Black with #130420

Text Example


Text Example

White with #130420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130420; }

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

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

background-color css

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

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

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

border-color css

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

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

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