Html Css Color HEX #19191F Black Russian

📋 copy color: '#19191F'

red 25 ◦ green 25 ◦ blue 31

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

Shades of Black Russian #19191F

Tints of Black Russian #19191F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.86%

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

R = 30.86%
G = 30.86%
B = 38.27%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#19191F (or 0x19191F) is known color: Black Russian. HEX triplet: 19, 19 and 1F. RGB value is (25,25,31). Sum of RGB (Red+Green+Blue) = 25+25+31=81 (10% of max value = 765). Red value is 25 (10.16% from 255 or 30.86% from 81); Green value is 25 (10.16% from 255 or 30.86% from 81); Blue value is 31 (12.5% from 255 or 38.27% from 81); Max value from RGB is 31 - color contains mainly: blue. Hex color #19191F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19191F is #E6E6E0. Grayscale: #191919. Windows color (decimal): -15132385 or 2038041. OLE color: 2038041.

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

Color convert

RGB 25 25 31 -
CMYK 0.19 0.19 0 0.88
HSL 240º 0.11% 0.11% -
HSV(B) 240º 0.19% 0.12% -
XYZ 1 1 1.44 -
YUV 25.68 131 127.51 -
System Red Green Blue C M Y K H S L
Decimal 25 25 31 0.19 0.19 0 0.88 240 0.11 0.11
Hex 19 19 1F 13 13 0 58 F0 B B
Octal 31 31 37 23 23 0 130 360 13 13
Binary 11001 11001 11111 10011 10011 0 1011000 11110000 1011 1011

Color Harmonies of #19191F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19191F

Black with #19191F

Text Example


Text Example

White with #19191F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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