Html Css Color HEX #191A1D Black Russian

📋 copy color: '#191A1D'

red 25 ◦ green 26 ◦ blue 29

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

Shades of Black Russian #191A1D

Tints of Black Russian #191A1D

RGB

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

 GREEN value IS 26 (10.55% from 255) = 32.5%

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

R = 31.25%
G = 32.5%
B = 36.25%

CMYK

 C value IS 0.14

 M value IS 0.10

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#191A1D (or 0x191A1D) is known color: Black Russian. HEX triplet: 19, 1A and 1D. RGB value is (25,26,29). Sum of RGB (Red+Green+Blue) = 25+26+29=80 (10% of max value = 765). Red value is 25 (10.16% from 255 or 31.25% from 80); Green value is 26 (10.55% from 255 or 32.5% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 29 - color contains mainly: blue. Hex color #191A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191A1D is #E6E5E2. Grayscale: #1A1A1A. Windows color (decimal): -15132131 or 1907225. OLE color: 1907225.

HSL color Cylindrical-coordinate representation of color #191A1D: hue angle of 225º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #191A1D is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 25 26 29 -
CMYK 0.14 0.10 0 0.89
HSL 225º 0.07% 0.11% -
HSV(B) 225º 0.14% 0.11% -
XYZ 0.99 1.03 1.31 -
YUV 26.04 129.67 127.26 -
System Red Green Blue C M Y K H S L
Decimal 25 26 29 0.14 0.10 0 0.89 225 0.07 0.11
Hex 19 1A 1D E A 0 59 E1 7 B
Octal 31 32 35 16 12 0 131 341 7 13
Binary 11001 11010 11101 1110 1010 0 1011001 11100001 111 1011

Color Harmonies of #191A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191A1D

Black with #191A1D

Text Example


Text Example

White with #191A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191A1D; }

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

 H1.HeaderClassName
 {
   color: #191A1D;
 }
 .AnyTagClassName
 {
   color: #191A1D;
 }
</style>

background-color css

<style>
 a { background-color: #191A1D; }

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

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

border-color css

<style>
 span { border-color: #191A1D; }

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

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