#121323

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

Shades of Black Russian #121323

Tints of Black Russian #121323

Color information

#121323 (or 0x121323) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 23. RGB value is (18,19,35). Sum of RGB (Red+Green+Blue) = 18+19+35=72 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25% from 72); Green value is 19 (7.81% from 255 or 26.39% from 72); Blue value is 35 (14.06% from 255 or 48.61% from 72); Max value from RGB is 35 - color contains mainly: blue. Hex color #121323 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121323 is #EDECDC. Grayscale: #141414. Windows color (decimal): -15592669 or 2298642. OLE color: 2298642.

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

Color convert

RGB181935-
CMYK0.490.4600.86
HSL236.47º32.08%10.39%-
HSV(B)236.47º48.57%13.73%-
XYZ0.790.721.69-
YUV20.52136.17126.2-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25%
GREEN value IS 19 (7.81% from 255) = 26.39%
BLUE value IS 35 (14.06% from 255) = 48.61%
R=25%
G=26.39%
B=48.61%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1819350.490.4600.86236.4732.0810.39
Hex121323312E056ec20a
Octal222343615601263544012
Binary100101001110001111000110111001010110111011001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121323; }

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

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

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

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

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

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

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

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