Html Css Color HEX #11121F Black Russian

📋 copy color: '#11121F'

red 17 ◦ green 18 ◦ blue 31

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

Shades of Black Russian #11121F

Tints of Black Russian #11121F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 27.27%

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

R = 25.76%
G = 27.27%
B = 46.97%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11121F (or 0x11121F) is known color: Black Russian. HEX triplet: 11, 12 and 1F. RGB value is (17,18,31). Sum of RGB (Red+Green+Blue) = 17+18+31=66 (8% of max value = 765). Red value is 17 (7.03% from 255 or 25.76% from 66); Green value is 18 (7.42% from 255 or 27.27% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #11121F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11121F is #EEEDE0. Grayscale: #131313. Windows color (decimal): -15658465 or 2036241. OLE color: 2036241.

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

Color convert

RGB 17 18 31 -
CMYK 0.45 0.42 0 0.88
HSL 235.71º 0.29% 0.09% -
HSV(B) 235.71º 0.45% 0.12% -
XYZ 0.69 0.65 1.39 -
YUV 19.18 134.67 126.44 -
System Red Green Blue C M Y K H S L
Decimal 17 18 31 0.45 0.42 0 0.88 235.71 0.29 0.09
Hex 11 12 1F 2D 2A 0 58 EC 1D 9
Octal 21 22 37 55 52 0 130 354 35 11
Binary 10001 10010 11111 101101 101010 0 1011000 11101100 11101 1001

Color Harmonies of #11121F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11121F

Black with #11121F

Text Example


Text Example

White with #11121F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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