#121223

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

Shades of Black Russian #121223

Tints of Black Russian #121223

Color information

#121223 (or 0x121223) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 23. RGB value is (18,18,35). Sum of RGB (Red+Green+Blue) = 18+18+35=71 (9% of max value = 765). Red value is 18 (7.42% from 255 or 25.35% from 71); Green value is 18 (7.42% from 255 or 25.35% from 71); Blue value is 35 (14.06% from 255 or 49.30% from 71); Max value from RGB is 35 - color contains mainly: blue. Hex color #121223 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121223 is #EDEDDC. Grayscale: #131313. Windows color (decimal): -15592925 or 2298386. OLE color: 2298386.

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

Color convert

RGB181835-
CMYK0.490.4900.86
HSL240º32.08%10.39%-
HSV(B)240º48.57%13.73%-
XYZ0.770.681.68-
YUV19.94136.5126.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 25.35%
GREEN value IS 18 (7.42% from 255) = 25.35%
BLUE value IS 35 (14.06% from 255) = 49.30%
R=25.35%
G=25.35%
B=49.30%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1818350.490.4900.8624032.0810.39
Hex1212233131056f020a
Octal222243616101263604012
Binary100101001010001111000111000101010110111100001000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121223; }

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

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

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

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

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

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

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

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