#121623

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

Shades of Black Russian #121623

Tints of Black Russian #121623

Color information

#121623 (or 0x121623) is unknown color: approx Black Russian. HEX triplet: 12, 16 and 23. RGB value is (18,22,35). Sum of RGB (Red+Green+Blue) = 18+22+35=75 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 35 (14.06% from 255 or 46.67% from 75); Max value from RGB is 35 - color contains mainly: blue. Hex color #121623 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121623 is #EDE9DC. Grayscale: #161616. Windows color (decimal): -15591901 or 2299410. OLE color: 2299410.

HSL color Cylindrical-coordinate representation of color #121623: hue angle of 225.88º 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 #121623 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB182235-
CMYK0.490.3700.86
HSL225.88º32.08%10.39%-
HSV(B)225.88º48.57%13.73%-
XYZ0.840.821.7-
YUV22.29135.17124.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24%
GREEN value IS 22 (8.98% from 255) = 29.33%
BLUE value IS 35 (14.06% from 255) = 46.67%
R=24%
G=29.33%
B=46.67%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1822350.490.3700.86225.8832.0810.39
Hex1216233125056e220a
Octal222643614501263424012
Binary100101011010001111000110010101010110111000101000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121623; }

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

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

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

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

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

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

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

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