#121133

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

Shades of Black Russian #121133

Tints of Black Russian #121133

Color information

#121133 (or 0x121133) is unknown color: approx Black Russian. HEX triplet: 12, 11 and 33. RGB value is (18,17,51). Sum of RGB (Red+Green+Blue) = 18+17+51=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 17 (7.03% from 255 or 19.77% from 86); Blue value is 51 (20.31% from 255 or 59.30% from 86); Max value from RGB is 51 - color contains mainly: blue. Hex color #121133 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121133 is #EDEECC. Grayscale: #151515. Windows color (decimal): -15593165 or 3346706. OLE color: 3346706.

HSL color Cylindrical-coordinate representation of color #121133: hue angle of 241.76º degrees, saturation: 0.5, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #121133 is Cyan = 0.65, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB181751-
CMYK0.650.6700.8
HSL241.76º50%13.33%-
HSV(B)241.76º66.67%20%-
XYZ1.050.773.23-
YUV21.17144.83125.74-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 17 (7.03% from 255) = 19.77%
BLUE value IS 51 (20.31% from 255) = 59.30%
R=20.93%
G=19.77%
B=59.30%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1817510.650.6700.8241.765013.33
Hex1211334143050f232d
Octal22216310110301203626215
Binary10010100011100111000001100001101010000111100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121133; }

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

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

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

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

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

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

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

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