Html Css Color HEX #11161F Black Russian

📋 copy color: '#11161F'

red 17 ◦ green 22 ◦ blue 31

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

Shades of Black Russian #11161F

Tints of Black Russian #11161F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 31.43%

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

R = 24.29%
G = 31.43%
B = 44.29%

CMYK

 C value IS 0.45

 M value IS 0.29

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11161F (or 0x11161F) is known color: Black Russian. HEX triplet: 11, 16 and 1F. RGB value is (17,22,31). Sum of RGB (Red+Green+Blue) = 17+22+31=70 (9% of max value = 765). Red value is 17 (7.03% from 255 or 24.29% from 70); Green value is 22 (8.98% from 255 or 31.43% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: blue. Hex color #11161F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11161F is #EEE9E0. Grayscale: #151515. Windows color (decimal): -15657441 or 2037265. OLE color: 2037265.

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

Color convert

RGB 17 22 31 -
CMYK 0.45 0.29 0 0.88
HSL 218.57º 0.29% 0.09% -
HSV(B) 218.57º 0.45% 0.12% -
XYZ 0.77 0.79 1.41 -
YUV 21.53 133.34 124.77 -
System Red Green Blue C M Y K H S L
Decimal 17 22 31 0.45 0.29 0 0.88 218.57 0.29 0.09
Hex 11 16 1F 2D 1D 0 58 DB 1D 9
Octal 21 26 37 55 35 0 130 333 35 11
Binary 10001 10110 11111 101101 11101 0 1011000 11011011 11101 1001

Color Harmonies of #11161F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11161F

Black with #11161F

Text Example


Text Example

White with #11161F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,22,31); }

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

background-color css

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

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

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

border-color css

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

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

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