Html Css Color HEX #11111F Black Russian

📋 copy color: '#11111F'

red 17 ◦ green 17 ◦ blue 31

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

Shades of Black Russian #11111F

Tints of Black Russian #11111F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 26.15%

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

R = 26.15%
G = 26.15%
B = 47.69%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11111F (or 0x11111F) is known color: Black Russian. HEX triplet: 11, 11 and 1F. RGB value is (17,17,31). Sum of RGB (Red+Green+Blue) = 17+17+31=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 17 (7.03% from 255 or 26.15% from 65); Blue value is 31 (12.5% from 255 or 47.69% from 65); Max value from RGB is 31 - color contains mainly: blue. Hex color #11111F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11111F is #EEEEE0. Grayscale: #121212. Windows color (decimal): -15658721 or 2035985. OLE color: 2035985.

HSL color Cylindrical-coordinate representation of color #11111F: hue angle of 240º 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 #11111F is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 17 31 -
CMYK 0.45 0.45 0 0.88
HSL 240º 0.29% 0.09% -
HSV(B) 240º 0.45% 0.12% -
XYZ 0.68 0.62 1.38 -
YUV 18.6 135 126.86 -
System Red Green Blue C M Y K H S L
Decimal 17 17 31 0.45 0.45 0 0.88 240 0.29 0.09
Hex 11 11 1F 2D 2D 0 58 F0 1D 9
Octal 21 21 37 55 55 0 130 360 35 11
Binary 10001 10001 11111 101101 101101 0 1011000 11110000 11101 1001

Color Harmonies of #11111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11111F

Black with #11111F

Text Example


Text Example

White with #11111F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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