Html Css Color HEX #11192A Black Russian

📋 copy color: '#11192A'

red 17 ◦ green 25 ◦ blue 42

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

Shades of Black Russian #11192A

Tints of Black Russian #11192A

RGB

 RED value IS 17 (7.03% from 255) = 20.24%

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

 BLUE value IS 42 (16.8% from 255) = 50%

R = 20.24%
G = 29.76%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#11192A (or 0x11192A) is known color: Black Russian. HEX triplet: 11, 19 and 2A. RGB value is (17,25,42). Sum of RGB (Red+Green+Blue) = 17+25+42=84 (11% of max value = 765). Red value is 17 (7.03% from 255 or 20.24% from 84); Green value is 25 (10.16% from 255 or 29.76% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #11192A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11192A is #EEE6D5. Grayscale: #181818. Windows color (decimal): -15656662 or 2758929. OLE color: 2758929.

HSL color Cylindrical-coordinate representation of color #11192A: hue angle of 220.8º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #11192A is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 17 25 42 -
CMYK 0.60 0.40 0 0.84
HSL 220.8º 0.42% 0.12% -
HSV(B) 220.8º 0.6% 0.16% -
XYZ 1 0.98 2.33 -
YUV 24.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 17 25 42 0.60 0.40 0 0.84 220.8 0.42 0.12
Hex 11 19 2A 3C 28 0 54 DD 2A C
Octal 21 31 52 74 50 0 124 335 52 14
Binary 10001 11001 101010 111100 101000 0 1010100 11011101 101010 1100

Color Harmonies of #11192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11192A

Black with #11192A

Text Example


Text Example

White with #11192A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11192A; }

 p { color: rgb(17,25,42); }

 H1.HeaderClassName
 {
   color: #11192A;
 }
 .AnyTagClassName
 {
   color: #11192A;
 }
</style>

background-color css

<style>
 a { background-color: #11192A; }

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

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

border-color css

<style>
 span { border-color: #11192A; }

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

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