#12132C

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

Shades of Black Russian #12132C

Tints of Black Russian #12132C

Color information

#12132C (or 0x12132C) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 2C. RGB value is (18,19,44). Sum of RGB (Red+Green+Blue) = 18+19+44=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 44 (17.58% from 255 or 54.32% from 81); Max value from RGB is 44 - color contains mainly: blue. Hex color #12132C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12132C is #EDECD3. Grayscale: #151515. Windows color (decimal): -15592660 or 2888466. OLE color: 2888466.

HSL color Cylindrical-coordinate representation of color #12132C: hue angle of 237.69º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12132C is Cyan = 0.59, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB181944-
CMYK0.590.5700.83
HSL237.69º41.94%12.16%-
HSV(B)237.69º59.09%17.25%-
XYZ0.940.782.48-
YUV21.55140.67125.47-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 44 (17.58% from 255) = 54.32%
R=22.22%
G=23.46%
B=54.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1819440.590.5700.83237.6941.9412.16
Hex12132C3B39053ee2ac
Octal222354737101233565214
Binary100101001110110011101111100101010011111011101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12132C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12132C; }

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

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

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

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

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

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

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

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