Html Css Color HEX #19121F Blackcurrant

📋 copy color: '#19121F'

red 25 ◦ green 18 ◦ blue 31

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

Shades of Blackcurrant #19121F

Tints of Blackcurrant #19121F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 41.89%

R = 33.78%
G = 24.32%
B = 41.89%

CMYK

 C value IS 0.19

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19121F (or 0x19121F) is known color: Blackcurrant. HEX triplet: 19, 12 and 1F. RGB value is (25,18,31). Sum of RGB (Red+Green+Blue) = 25+18+31=74 (9% of max value = 765). Red value is 25 (10.16% from 255 or 33.78% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 31 (12.5% from 255 or 41.89% from 74); Max value from RGB is 31 - color contains mainly: blue. Hex color #19121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19121F is #E6EDE0. Grayscale: #151515. Windows color (decimal): -15134177 or 2036249. OLE color: 2036249.

HSL color Cylindrical-coordinate representation of color #19121F: hue angle of 272.31º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #19121F is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 25 18 31 -
CMYK 0.19 0.42 0 0.88
HSL 272.31º 0.27% 0.1% -
HSV(B) 272.31º 0.42% 0.12% -
XYZ 0.86 0.74 1.39 -
YUV 21.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 25 18 31 0.19 0.42 0 0.88 272.31 0.27 0.1
Hex 19 12 1F 13 2A 0 58 110 1B A
Octal 31 22 37 23 52 0 130 420 33 12
Binary 11001 10010 11111 10011 101010 0 1011000 100010000 11011 1010

Color Harmonies of #19121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19121F

Black with #19121F

Text Example


Text Example

White with #19121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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