#121034

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

Shades of Black Russian #121034

Tints of Black Russian #121034

Color information

#121034 (or 0x121034) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 34. RGB value is (18,16,52). Sum of RGB (Red+Green+Blue) = 18+16+52=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 52 (20.70% from 255 or 60.47% from 86); Max value from RGB is 52 - color contains mainly: blue. Hex color #121034 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121034 is #EDEFCB. Grayscale: #141414. Windows color (decimal): -15593420 or 3411986. OLE color: 3411986.

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

Color convert

RGB181652-
CMYK0.650.6900.80
HSL243.33º52.94%13.33%-
HSV(B)243.33º69.23%20.39%-
XYZ1.050.753.34-
YUV20.7145.66126.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 16 (6.64% from 255) = 18.60%
BLUE value IS 52 (20.70% from 255) = 60.47%
R=20.93%
G=18.60%
B=60.47%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1816520.650.6900.80243.3352.9413.33
Hex1210344145050f335d
Octal22206410110501203636515
Binary10010100001101001000001100010101010000111100111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121034; }

 p { color: rgb(18,16,52); }

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

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

 a { background-color: rgb(18,16,52); }

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

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

 span { border-color: rgb(18,16,52); }

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