Html Css Color HEX #130719 Blackcurrant

📋 copy color: '#130719'

red 19 ◦ green 7 ◦ blue 25

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

Shades of Blackcurrant #130719

Tints of Blackcurrant #130719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 13.73%

 BLUE value IS 25 (10.16% from 255) = 49.02%

R = 37.25%
G = 13.73%
B = 49.02%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#130719 (or 0x130719) is known color: Blackcurrant. HEX triplet: 13, 07 and 19. RGB value is (19,7,25). Sum of RGB (Red+Green+Blue) = 19+7+25=51 (6% of max value = 765). Red value is 19 (7.81% from 255 or 37.25% from 51); Green value is 7 (3.12% from 255 or 13.73% from 51); Blue value is 25 (10.16% from 255 or 49.02% from 51); Max value from RGB is 25 - color contains mainly: blue. Hex color #130719 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130719 is #ECF8E6. Grayscale: #0C0C0C. Windows color (decimal): -15530215 or 1640211. OLE color: 1640211.

HSL color Cylindrical-coordinate representation of color #130719: hue angle of 280º degrees, saturation: 0.56, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #130719 is Cyan = 0.24, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 7 25 -
CMYK 0.24 0.72 0 0.90
HSL 280º 0.56% 0.06% -
HSV(B) 280º 0.72% 0.1% -
XYZ 0.52 0.36 0.96 -
YUV 12.64 134.98 132.54 -
System Red Green Blue C M Y K H S L
Decimal 19 7 25 0.24 0.72 0 0.90 280 0.56 0.06
Hex 13 7 19 18 48 0 5A 118 38 6
Octal 23 7 31 30 110 0 132 430 70 6
Binary 10011 111 11001 11000 1001000 0 1011010 100011000 111000 110

Color Harmonies of #130719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130719

Black with #130719

Text Example


Text Example

White with #130719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130719; }

 p { color: rgb(19,7,25); }

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

background-color css

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

 a { background-color: rgb(19,7,25); }

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

border-color css

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

 span { border-color: rgb(19,7,25); }

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