#12122D

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

Shades of Black Russian #12122D

Tints of Black Russian #12122D

Color information

#12122D (or 0x12122D) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 2D. RGB value is (18,18,45). Sum of RGB (Red+Green+Blue) = 18+18+45=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 18 (7.42% from 255 or 22.22% from 81); Blue value is 45 (17.97% from 255 or 55.56% from 81); Max value from RGB is 45 - color contains mainly: blue. Hex color #12122D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12122D is #EDEDD2. Grayscale: #141414. Windows color (decimal): -15592915 or 2953746. OLE color: 2953746.

HSL color Cylindrical-coordinate representation of color #12122D: hue angle of 240º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12122D is Cyan = 0.6, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181845-
CMYK0.60.600.82
HSL240º42.86%12.35%-
HSV(B)240º60%17.65%-
XYZ0.940.752.58-
YUV21.08141.5125.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 18 (7.42% from 255) = 22.22%
BLUE value IS 45 (17.97% from 255) = 55.56%
R=22.22%
G=22.22%
B=55.56%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1818450.60.600.8224042.8612.35
Hex12122D3C3C052f02bc
Octal222255747401223605314
Binary100101001010110111110011110001010010111100001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12122D; }

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

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

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

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

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

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

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

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