Html Css Color HEX #19121D Blackcurrant

📋 copy color: '#19121D'

red 25 ◦ green 18 ◦ blue 29

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

Shades of Blackcurrant #19121D

Tints of Blackcurrant #19121D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 40.28%

R = 34.72%
G = 25%
B = 40.28%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#19121D (or 0x19121D) is known color: Blackcurrant. HEX triplet: 19, 12 and 1D. RGB value is (25,18,29). Sum of RGB (Red+Green+Blue) = 25+18+29=72 (9% of max value = 765). Red value is 25 (10.16% from 255 or 34.72% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 29 (11.72% from 255 or 40.28% from 72); Max value from RGB is 29 - color contains mainly: blue. Hex color #19121D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121D is #E6EDE2. Grayscale: #151515. Windows color (decimal): -15134179 or 1905177. OLE color: 1905177.

HSL color Cylindrical-coordinate representation of color #19121D: hue angle of 278.18º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #19121D is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 18 29 -
CMYK 0.14 0.38 0 0.89
HSL 278.18º 0.23% 0.09% -
HSV(B) 278.18º 0.38% 0.11% -
XYZ 0.84 0.73 1.26 -
YUV 21.35 132.32 130.61 -
System Red Green Blue C M Y K H S L
Decimal 25 18 29 0.14 0.38 0 0.89 278.18 0.23 0.09
Hex 19 12 1D E 26 0 59 116 17 9
Octal 31 22 35 16 46 0 131 426 27 11
Binary 11001 10010 11101 1110 100110 0 1011001 100010110 10111 1001

Color Harmonies of #19121D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19121D

Black with #19121D

Text Example


Text Example

White with #19121D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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