#121231

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

Shades of Black Russian #121231

Tints of Black Russian #121231

Color information

#121231 (or 0x121231) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 31. RGB value is (18,18,49). Sum of RGB (Red+Green+Blue) = 18+18+49=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 18 (7.42% from 255 or 21.18% from 85); Blue value is 49 (19.53% from 255 or 57.65% from 85); Max value from RGB is 49 - color contains mainly: blue. Hex color #121231 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121231 is #EDEDCE. Grayscale: #151515. Windows color (decimal): -15592911 or 3215890. OLE color: 3215890.

HSL color Cylindrical-coordinate representation of color #121231: hue angle of 240º degrees, saturation: 0.46, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #121231 is Cyan = 0.63, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB181849-
CMYK0.630.6300.81
HSL240º46.27%13.14%-
HSV(B)240º63.27%19.22%-
XYZ1.020.783-
YUV21.53143.5125.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 18 (7.42% from 255) = 21.18%
BLUE value IS 49 (19.53% from 255) = 57.65%
R=21.18%
G=21.18%
B=57.65%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1818490.630.6300.8124046.2713.14
Hex1212313F3F051f02ed
Octal222261777701213605615
Binary100101001011000111111111111101010001111100001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121231; }

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

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

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

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

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

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

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

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