Html Css Color HEX #19121E Blackcurrant

📋 copy color: '#19121E'

red 25 ◦ green 18 ◦ blue 30

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

Shades of Blackcurrant #19121E

Tints of Blackcurrant #19121E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.66%

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

R = 34.25%
G = 24.66%
B = 41.1%

CMYK

 C value IS 0.17

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19121E (or 0x19121E) is known color: Blackcurrant. HEX triplet: 19, 12 and 1E. RGB value is (25,18,30). Sum of RGB (Red+Green+Blue) = 25+18+30=73 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.25% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 30 (12.11% from 255 or 41.10% from 73); Max value from RGB is 30 - color contains mainly: blue. Hex color #19121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121E is #E6EDE1. Grayscale: #151515. Windows color (decimal): -15134178 or 1970713. OLE color: 1970713.

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

Color convert

RGB 25 18 30 -
CMYK 0.17 0.40 0 0.88
HSL 275º 0.25% 0.09% -
HSV(B) 275º 0.4% 0.12% -
XYZ 0.85 0.73 1.32 -
YUV 21.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 25 18 30 0.17 0.40 0 0.88 275 0.25 0.09
Hex 19 12 1E 11 28 0 58 113 19 9
Octal 31 22 36 21 50 0 130 423 31 11
Binary 11001 10010 11110 10001 101000 0 1011000 100010011 11001 1001

Color Harmonies of #19121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19121E

Black with #19121E

Text Example


Text Example

White with #19121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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