Html Css Color HEX #130D19 Blackcurrant

📋 copy color: '#130D19'

red 19 ◦ green 13 ◦ blue 25

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

Shades of Blackcurrant #130D19

Tints of Blackcurrant #130D19

RGB

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

 GREEN value IS 13 (5.47% from 255) = 22.81%

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

R = 33.33%
G = 22.81%
B = 43.86%

CMYK

 C value IS 0.24

 M value IS 0.48

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#130D19 (or 0x130D19) is known color: Blackcurrant. HEX triplet: 13, 0D and 19. RGB value is (19,13,25). Sum of RGB (Red+Green+Blue) = 19+13+25=57 (7% of max value = 765). Red value is 19 (7.81% from 255 or 33.33% from 57); Green value is 13 (5.47% from 255 or 22.81% from 57); Blue value is 25 (10.16% from 255 or 43.86% from 57); Max value from RGB is 25 - color contains mainly: blue. Hex color #130D19 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130D19 is #ECF2E6. Grayscale: #101010. Windows color (decimal): -15528679 or 1641747. OLE color: 1641747.

HSL color Cylindrical-coordinate representation of color #130D19: hue angle of 270º degrees, saturation: 0.32, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #130D19 is Cyan = 0.24, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 19 13 25 -
CMYK 0.24 0.48 0 0.90
HSL 270º 0.32% 0.07% -
HSV(B) 270º 0.48% 0.1% -
XYZ 0.59 0.5 0.98 -
YUV 16.16 132.99 130.02 -
System Red Green Blue C M Y K H S L
Decimal 19 13 25 0.24 0.48 0 0.90 270 0.32 0.07
Hex 13 D 19 18 30 0 5A 10E 20 7
Octal 23 15 31 30 60 0 132 416 40 7
Binary 10011 1101 11001 11000 110000 0 1011010 100001110 100000 111

Color Harmonies of #130D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130D19

Black with #130D19

Text Example


Text Example

White with #130D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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