#12122E

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

Shades of Black Russian #12122E

Tints of Black Russian #12122E

Color information

#12122E (or 0x12122E) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 2E. RGB value is (18,18,46). Sum of RGB (Red+Green+Blue) = 18+18+46=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 46 (18.36% from 255 or 56.10% from 82); Max value from RGB is 46 - color contains mainly: blue. Hex color #12122E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12122E is #EDEDD1. Grayscale: #151515. Windows color (decimal): -15592914 or 3019282. OLE color: 3019282.

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

Color convert

RGB181846-
CMYK0.610.6100.82
HSL240º43.75%12.55%-
HSV(B)240º60.87%18.04%-
XYZ0.960.762.68-
YUV21.19142125.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 46 (18.36% from 255) = 56.10%
R=21.95%
G=21.95%
B=56.10%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1818460.610.6100.8224043.7512.55
Hex12122E3D3D052f02cd
Octal222256757501223605415
Binary100101001010111011110111110101010010111100001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12122E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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