#121135

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

Shades of Black Russian #121135

Tints of Black Russian #121135

Color information

#121135 (or 0x121135) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 35. RGB value is (18,17,53). Sum of RGB (Red+Green+Blue) = 18+17+53=88 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.45% from 88); Green value is 17 (7.03% from 255 or 19.32% from 88); Blue value is 53 (21.09% from 255 or 60.23% from 88); Max value from RGB is 53 - color contains mainly: blue. Hex color #121135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121135 is #EDEECA. Grayscale: #151515. Windows color (decimal): -15593163 or 3477778. OLE color: 3477778.

HSL color Cylindrical-coordinate representation of color #121135: hue angle of 241.67º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #121135 is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB181753-
CMYK0.660.6800.79
HSL241.67º51.43%13.73%-
HSV(B)241.67º67.92%20.78%-
XYZ1.090.793.46-
YUV21.4145.83125.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.45%
GREEN value IS 17 (7.03% from 255) = 19.32%
BLUE value IS 53 (21.09% from 255) = 60.23%
R=20.45%
G=19.32%
B=60.23%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1817530.660.6800.79241.6751.4313.73
Hex121135424404Ff233e
Octal22216510210401173626316
Binary10010100011101011000010100010001001111111100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121135; }

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

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

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

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

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

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

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

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