Html Css Color HEX #19192D Black Russian

📋 copy color: '#19192D'

red 25 ◦ green 25 ◦ blue 45

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

Shades of Black Russian #19192D

Tints of Black Russian #19192D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 47.37%

R = 26.32%
G = 26.32%
B = 47.37%

CMYK

 C value IS 0.44

 M value IS 0.44

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#19192D (or 0x19192D) is known color: Black Russian. HEX triplet: 19, 19 and 2D. RGB value is (25,25,45). Sum of RGB (Red+Green+Blue) = 25+25+45=95 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.32% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 45 (17.97% from 255 or 47.37% from 95); Max value from RGB is 45 - color contains mainly: blue. Hex color #19192D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #19192D is #E6E6D2. Grayscale: #1B1B1B. Windows color (decimal): -15132371 or 2955545. OLE color: 2955545.

HSL color Cylindrical-coordinate representation of color #19192D: hue angle of 240º degrees, saturation: 0.29, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #19192D is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 25 25 45 -
CMYK 0.44 0.44 0 0.82
HSL 240º 0.29% 0.14% -
HSV(B) 240º 0.44% 0.18% -
XYZ 1.22 1.09 2.63 -
YUV 27.28 138 126.37 -
System Red Green Blue C M Y K H S L
Decimal 25 25 45 0.44 0.44 0 0.82 240 0.29 0.14
Hex 19 19 2D 2C 2C 0 52 F0 1D E
Octal 31 31 55 54 54 0 122 360 35 16
Binary 11001 11001 101101 101100 101100 0 1010010 11110000 11101 1110

Color Harmonies of #19192D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19192D

Black with #19192D

Text Example


Text Example

White with #19192D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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