Html Css Color HEX #130424 Blackcurrant

📋 copy color: '#130424'

red 19 ◦ green 4 ◦ blue 36

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

Shades of Blackcurrant #130424

Tints of Blackcurrant #130424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 61.02%

R = 32.2%
G = 6.78%
B = 61.02%

CMYK

 C value IS 0.47

 M value IS 0.89

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#130424 (or 0x130424) is known color: Blackcurrant. HEX triplet: 13, 04 and 24. RGB value is (19,4,36). Sum of RGB (Red+Green+Blue) = 19+4+36=59 (7% of max value = 765). Red value is 19 (7.81% from 255 or 32.20% from 59); Green value is 4 (1.95% from 255 or 6.78% from 59); Blue value is 36 (14.45% from 255 or 61.02% from 59); Max value from RGB is 36 - color contains mainly: blue. Hex color #130424 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #130424 is #ECFBDB. Grayscale: #0C0C0C. Windows color (decimal): -15530972 or 2360339. OLE color: 2360339.

HSL color Cylindrical-coordinate representation of color #130424: hue angle of 268.12º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #130424 is Cyan = 0.47, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 19 4 36 -
CMYK 0.47 0.89 0 0.86
HSL 268.13º 0.8% 0.08% -
HSV(B) 268.13º 0.89% 0.14% -
XYZ 0.63 0.35 1.7 -
YUV 12.13 141.47 132.9 -
System Red Green Blue C M Y K H S L
Decimal 19 4 36 0.47 0.89 0 0.86 268.13 0.8 0.08
Hex 13 4 24 2F 59 0 56 10C 50 8
Octal 23 4 44 57 131 0 126 414 120 10
Binary 10011 100 100100 101111 1011001 0 1010110 100001100 1010000 1000

Color Harmonies of #130424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130424

Black with #130424

Text Example


Text Example

White with #130424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130424; }

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

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

background-color css

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

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

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

border-color css

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

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

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