Html Css Color HEX #19091E Blackcurrant

📋 copy color: '#19091E'

red 25 ◦ green 9 ◦ blue 30

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

Shades of Blackcurrant #19091E

Tints of Blackcurrant #19091E

RGB

 RED value IS 25 (10.16% from 255) = 39.06%

 GREEN value IS 9 (3.91% from 255) = 14.06%

 BLUE value IS 30 (12.11% from 255) = 46.88%

R = 39.06%
G = 14.06%
B = 46.88%

CMYK

 C value IS 0.17

 M value IS 0.70

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19091E (or 0x19091E) is known color: Blackcurrant. HEX triplet: 19, 09 and 1E. RGB value is (25,9,30). Sum of RGB (Red+Green+Blue) = 25+9+30=64 (8% of max value = 765). Red value is 25 (10.16% from 255 or 39.06% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 30 (12.11% from 255 or 46.88% from 64); Max value from RGB is 30 - color contains mainly: blue. Hex color #19091E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19091E is #E6F6E1. Grayscale: #101010. Windows color (decimal): -15136482 or 1968409. OLE color: 1968409.

HSL color Cylindrical-coordinate representation of color #19091E: hue angle of 285.71º degrees, saturation: 0.54, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #19091E is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 9 30 -
CMYK 0.17 0.70 0 0.88
HSL 285.71º 0.54% 0.08% -
HSV(B) 285.71º 0.7% 0.12% -
XYZ 0.73 0.5 1.29 -
YUV 16.18 135.8 134.29 -
System Red Green Blue C M Y K H S L
Decimal 25 9 30 0.17 0.70 0 0.88 285.71 0.54 0.08
Hex 19 9 1E 11 46 0 58 11E 36 8
Octal 31 11 36 21 106 0 130 436 66 10
Binary 11001 1001 11110 10001 1000110 0 1011000 100011110 110110 1000

Color Harmonies of #19091E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19091E

Black with #19091E

Text Example


Text Example

White with #19091E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19091E; }

 p { color: rgb(25,9,30); }

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

background-color css

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

 a { background-color: rgb(25,9,30); }

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

border-color css

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

 span { border-color: rgb(25,9,30); }

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