Html Css Color HEX #19091F Blackcurrant

📋 copy color: '#19091F'

red 25 ◦ green 9 ◦ blue 31

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

Shades of Blackcurrant #19091F

Tints of Blackcurrant #19091F

RGB

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

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

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

R = 38.46%
G = 13.85%
B = 47.69%

CMYK

 C value IS 0.19

 M value IS 0.71

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19091F (or 0x19091F) is known color: Blackcurrant. HEX triplet: 19, 09 and 1F. RGB value is (25,9,31). Sum of RGB (Red+Green+Blue) = 25+9+31=65 (8% of max value = 765). Red value is 25 (10.16% from 255 or 38.46% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #19091F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19091F is #E6F6E0. Grayscale: #101010. Windows color (decimal): -15136481 or 2033945. OLE color: 2033945.

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

Color convert

RGB 25 9 31 -
CMYK 0.19 0.71 0 0.88
HSL 283.64º 0.55% 0.08% -
HSV(B) 283.64º 0.71% 0.12% -
XYZ 0.75 0.5 1.35 -
YUV 16.29 136.3 134.21 -
System Red Green Blue C M Y K H S L
Decimal 25 9 31 0.19 0.71 0 0.88 283.64 0.55 0.08
Hex 19 9 1F 13 47 0 58 11C 37 8
Octal 31 11 37 23 107 0 130 434 67 10
Binary 11001 1001 11111 10011 1000111 0 1011000 100011100 110111 1000

Color Harmonies of #19091F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19091F

Black with #19091F

Text Example


Text Example

White with #19091F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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