Html Css Color HEX #130219 Blackcurrant

📋 copy color: '#130219'

red 19 ◦ green 2 ◦ blue 25

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

Shades of Blackcurrant #130219

Tints of Blackcurrant #130219

RGB

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

 GREEN value IS 2 (1.17% from 255) = 4.35%

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

R = 41.3%
G = 4.35%
B = 54.35%

CMYK

 C value IS 0.24

 M value IS 0.92

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#130219 (or 0x130219) is known color: Blackcurrant. HEX triplet: 13, 02 and 19. RGB value is (19,2,25). Sum of RGB (Red+Green+Blue) = 19+2+25=46 (6% of max value = 765). Red value is 19 (7.81% from 255 or 41.30% from 46); Green value is 2 (1.17% from 255 or 4.35% from 46); Blue value is 25 (10.16% from 255 or 54.35% from 46); Max value from RGB is 25 - color contains mainly: blue. Hex color #130219 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #130219 is #ECFDE6. Grayscale: #090909. Windows color (decimal): -15531495 or 1638931. OLE color: 1638931.

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

Color convert

RGB 19 2 25 -
CMYK 0.24 0.92 0 0.90
HSL 284.35º 0.85% 0.05% -
HSV(B) 284.35º 0.92% 0.1% -
XYZ 0.47 0.25 0.94 -
YUV 9.71 136.63 134.63 -
System Red Green Blue C M Y K H S L
Decimal 19 2 25 0.24 0.92 0 0.90 284.35 0.85 0.05
Hex 13 2 19 18 5C 0 5A 11C 55 5
Octal 23 2 31 30 134 0 132 434 125 5
Binary 10011 10 11001 11000 1011100 0 1011010 100011100 1010101 101

Color Harmonies of #130219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #130219

Black with #130219

Text Example


Text Example

White with #130219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #130219; }

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

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

background-color css

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

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

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

border-color css

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

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

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