Html Css Color HEX #19101E Blackcurrant

📋 copy color: '#19101E'

red 25 ◦ green 16 ◦ blue 30

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

Shades of Blackcurrant #19101E

Tints of Blackcurrant #19101E

RGB

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

 GREEN value IS 16 (6.64% from 255) = 22.54%

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

R = 35.21%
G = 22.54%
B = 42.25%

CMYK

 C value IS 0.17

 M value IS 0.47

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19101E (or 0x19101E) is known color: Blackcurrant. HEX triplet: 19, 10 and 1E. RGB value is (25,16,30). Sum of RGB (Red+Green+Blue) = 25+16+30=71 (9% of max value = 765). Red value is 25 (10.16% from 255 or 35.21% from 71); Green value is 16 (6.64% from 255 or 22.54% from 71); Blue value is 30 (12.11% from 255 or 42.25% from 71); Max value from RGB is 30 - color contains mainly: blue. Hex color #19101E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19101E is #E6EFE1. Grayscale: #141414. Windows color (decimal): -15134690 or 1970201. OLE color: 1970201.

HSL color Cylindrical-coordinate representation of color #19101E: hue angle of 278.57º degrees, saturation: 0.3, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #19101E is Cyan = 0.17, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 16 30 -
CMYK 0.17 0.47 0 0.88
HSL 278.57º 0.3% 0.09% -
HSV(B) 278.57º 0.47% 0.12% -
XYZ 0.82 0.67 1.31 -
YUV 20.29 133.48 131.36 -
System Red Green Blue C M Y K H S L
Decimal 25 16 30 0.17 0.47 0 0.88 278.57 0.3 0.09
Hex 19 10 1E 11 2F 0 58 117 1E 9
Octal 31 20 36 21 57 0 130 427 36 11
Binary 11001 10000 11110 10001 101111 0 1011000 100010111 11110 1001

Color Harmonies of #19101E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19101E

Black with #19101E

Text Example


Text Example

White with #19101E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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