#111227

Color #111227 Black Russian (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Russian #111227

Tints of Black Russian #111227

Color information

#111227 (or 0x111227) is unknown color: approx Black Russian. HEX triplet: 11, 12 and 27. RGB value is (17,18,39). Sum of RGB (Red+Green+Blue) = 17+18+39=74 (9% of max value = 765). Red value is 17 (7.03% from 255 or 22.97% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 39 (15.62% from 255 or 52.70% from 74); Max value from RGB is 39 - color contains mainly: blue. Hex color #111227 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #111227 is #EEEDD8. Grayscale: #141414. Windows color (decimal): -15658457 or 2560529. OLE color: 2560529.

HSL color Cylindrical-coordinate representation of color #111227: hue angle of 237.27º degrees, saturation: 0.39, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #111227 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB171839-
CMYK0.560.5400.85
HSL237.27º39.29%10.98%-
HSV(B)237.27º56.41%15.29%-
XYZ0.810.72.01-
YUV20.1138.67125.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 22.97%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 39 (15.62% from 255) = 52.70%
R=22.97%
G=24.32%
B=52.70%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1718390.560.5400.85237.2739.2910.98
Hex1112273836055ed27b
Octal212247706601253554713
Binary100011001010011111100011011001010101111011011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #111227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #111227; }

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

 H1.HeaderClassName
 {
   color: #111227;
 }
 .AnyTagClassName
 {
   color: #111227;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #111227;
 }
 .BgClassName
 {
   background-color: #111227;
 }
</style>
border-color css

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

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

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