Html Css Color HEX #11101D Black Russian

📋 copy color: '#11101D'

red 17 ◦ green 16 ◦ blue 29

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

Shades of Black Russian #11101D

Tints of Black Russian #11101D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 25.81%

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

R = 27.42%
G = 25.81%
B = 46.77%

CMYK

 C value IS 0.41

 M value IS 0.45

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#11101D (or 0x11101D) is known color: Black Russian. HEX triplet: 11, 10 and 1D. RGB value is (17,16,29). Sum of RGB (Red+Green+Blue) = 17+16+29=62 (8% of max value = 765). Red value is 17 (7.03% from 255 or 27.42% from 62); Green value is 16 (6.64% from 255 or 25.81% from 62); Blue value is 29 (11.72% from 255 or 46.77% from 62); Max value from RGB is 29 - color contains mainly: blue. Hex color #11101D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11101D is #EEEFE2. Grayscale: #111111. Windows color (decimal): -15658979 or 1904657. OLE color: 1904657.

HSL color Cylindrical-coordinate representation of color #11101D: hue angle of 244.62º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #11101D is Cyan = 0.41, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 17 16 29 -
CMYK 0.41 0.45 0 0.89
HSL 244.62º 0.29% 0.09% -
HSV(B) 244.62º 0.45% 0.11% -
XYZ 0.64 0.58 1.24 -
YUV 17.78 134.33 127.44 -
System Red Green Blue C M Y K H S L
Decimal 17 16 29 0.41 0.45 0 0.89 244.62 0.29 0.09
Hex 11 10 1D 29 2D 0 59 F5 1D 9
Octal 21 20 35 51 55 0 131 365 35 11
Binary 10001 10000 11101 101001 101101 0 1011001 11110101 11101 1001

Color Harmonies of #11101D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11101D

Black with #11101D

Text Example


Text Example

White with #11101D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,16,29); }

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

background-color css

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

 a { background-color: rgb(17,16,29); }

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

border-color css

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

 span { border-color: rgb(17,16,29); }

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