Html Css Color HEX #130019 Blackcurrant

📋 copy color: '#130019'

red 19 ◦ green 0 ◦ blue 25

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

Shades of Blackcurrant #130019

Tints of Blackcurrant #130019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 43.18%
G = 0%
B = 56.82%

CMYK

 C value IS 0.24

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#130019 (or 0x130019) is known color: Blackcurrant. HEX triplet: 13, 00 and 19. RGB value is (19,0,25). Sum of RGB (Red+Green+Blue) = 19+0+25=44 (5% of max value = 765). Red value is 19 (7.81% from 255 or 43.18% from 44); Green value is 0 (0.39% from 255 or 0% from 44); Blue value is 25 (10.16% from 255 or 56.82% from 44); Max value from RGB is 25 - color contains mainly: blue. Hex color #130019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130019 is #ECFFE6. Grayscale: #080808. Windows color (decimal): -15532007 or 1638419. OLE color: 1638419.

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

Color convert

RGB 19 0 25 -
CMYK 0.24 1 0 0.90
HSL 285.6º 1% 0.05% -
HSV(B) 285.6º 1% 0.1% -
XYZ 0.44 0.21 0.94 -
YUV 8.53 137.29 135.47 -
System Red Green Blue C M Y K H S L
Decimal 19 0 25 0.24 1 0 0.90 285.6 1 0.05
Hex 13 0 19 18 64 0 5A 11E 64 5
Octal 23 0 31 30 144 0 132 436 144 5
Binary 10011 0 11001 11000 1100100 0 1011010 100011110 1100100 101

Color Harmonies of #130019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130019

Black with #130019

Text Example


Text Example

White with #130019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130019; }

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

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

background-color css

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

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

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

border-color css

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

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

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