#121023

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

Shades of Black Russian #121023

Tints of Black Russian #121023

Color information

#121023 (or 0x121023) is unknown color: approx Black Russian. HEX triplet: 12, 10 and 23. RGB value is (18,16,35). Sum of RGB (Red+Green+Blue) = 18+16+35=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 16 (6.64% from 255 or 23.19% from 69); Blue value is 35 (14.06% from 255 or 50.72% from 69); Max value from RGB is 35 - color contains mainly: blue. Hex color #121023 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121023 is #EDEFDC. Grayscale: #121212. Windows color (decimal): -15593437 or 2297874. OLE color: 2297874.

HSL color Cylindrical-coordinate representation of color #121023: hue angle of 246.32º degrees, saturation: 0.37, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #121023 is Cyan = 0.49, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB181635-
CMYK0.490.5400.86
HSL246.32º37.25%10%-
HSV(B)246.32º54.29%13.73%-
XYZ0.740.621.67-
YUV18.76137.16127.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 16 (6.64% from 255) = 23.19%
BLUE value IS 35 (14.06% from 255) = 50.72%
R=26.09%
G=23.19%
B=50.72%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1816350.490.5400.86246.3237.2510
Hex1210233136056f625a
Octal222043616601263664512
Binary100101000010001111000111011001010110111101101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121023; }

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

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

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

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

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

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

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

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