Html Css Color HEX #11121E Black Russian

📋 copy color: '#11121E'

red 17 ◦ green 18 ◦ blue 30

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

Shades of Black Russian #11121E

Tints of Black Russian #11121E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 46.15%

R = 26.15%
G = 27.69%
B = 46.15%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#11121E (or 0x11121E) is known color: Black Russian. HEX triplet: 11, 12 and 1E. RGB value is (17,18,30). Sum of RGB (Red+Green+Blue) = 17+18+30=65 (8% of max value = 765). Red value is 17 (7.03% from 255 or 26.15% from 65); Green value is 18 (7.42% from 255 or 27.69% from 65); Blue value is 30 (12.11% from 255 or 46.15% from 65); Max value from RGB is 30 - color contains mainly: blue. Hex color #11121E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11121E is #EEEDE1. Grayscale: #131313. Windows color (decimal): -15658466 or 1970705. OLE color: 1970705.

HSL color Cylindrical-coordinate representation of color #11121E: hue angle of 235.38º degrees, saturation: 0.28, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #11121E is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 17 18 30 -
CMYK 0.43 0.40 0 0.88
HSL 235.38º 0.28% 0.09% -
HSV(B) 235.38º 0.43% 0.12% -
XYZ 0.68 0.65 1.32 -
YUV 19.07 134.17 126.52 -
System Red Green Blue C M Y K H S L
Decimal 17 18 30 0.43 0.40 0 0.88 235.38 0.28 0.09
Hex 11 12 1E 2B 28 0 58 EB 1C 9
Octal 21 22 36 53 50 0 130 353 34 11
Binary 10001 10010 11110 101011 101000 0 1011000 11101011 11100 1001

Color Harmonies of #11121E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11121E

Black with #11121E

Text Example


Text Example

White with #11121E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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