#121423

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

Shades of Black Russian #121423

Tints of Black Russian #121423

Color information

#121423 (or 0x121423) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 23. RGB value is (18,20,35). Sum of RGB (Red+Green+Blue) = 18+20+35=73 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.66% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 35 (14.06% from 255 or 47.95% from 73); Max value from RGB is 35 - color contains mainly: blue. Hex color #121423 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121423 is #EDEBDC. Grayscale: #151515. Windows color (decimal): -15592413 or 2298898. OLE color: 2298898.

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

Color convert

RGB182035-
CMYK0.490.4300.86
HSL232.94º32.08%10.39%-
HSV(B)232.94º48.57%13.73%-
XYZ0.80.751.69-
YUV21.11135.84125.78-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 24.66%
GREEN value IS 20 (8.20% from 255) = 27.40%
BLUE value IS 35 (14.06% from 255) = 47.95%
R=24.66%
G=27.40%
B=47.95%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1820350.490.4300.86232.9432.0810.39
Hex121423312B056e920a
Octal222443615301263514012
Binary100101010010001111000110101101010110111010011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121423

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121423; }

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

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

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

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

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

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

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

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