#12132F

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

Shades of Black Russian #12132F

Tints of Black Russian #12132F

Color information

#12132F (or 0x12132F) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 2F. RGB value is (18,19,47). Sum of RGB (Red+Green+Blue) = 18+19+47=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #12132F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12132F is #EDECD0. Grayscale: #151515. Windows color (decimal): -15592657 or 3085074. OLE color: 3085074.

HSL color Cylindrical-coordinate representation of color #12132F: hue angle of 237.93º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #12132F is Cyan = 0.62, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181947-
CMYK0.620.6000.82
HSL237.93º44.62%12.75%-
HSV(B)237.93º61.7%18.43%-
XYZ10.82.79-
YUV21.89142.17125.22-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 19 (7.81% from 255) = 22.62%
BLUE value IS 47 (18.75% from 255) = 55.95%
R=21.43%
G=22.62%
B=55.95%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1819470.620.6000.82237.9344.6212.75
Hex12132F3E3C052ee2dd
Octal222357767401223565515
Binary100101001110111111111011110001010010111011101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12132F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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