#12132D

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

Shades of Black Russian #12132D

Tints of Black Russian #12132D

Color information

#12132D (or 0x12132D) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 2D. RGB value is (18,19,45). Sum of RGB (Red+Green+Blue) = 18+19+45=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 19 (7.81% from 255 or 23.17% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #12132D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12132D is #EDECD2. Grayscale: #151515. Windows color (decimal): -15592659 or 2954002. OLE color: 2954002.

HSL color Cylindrical-coordinate representation of color #12132D: hue angle of 237.78º 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 #12132D is Cyan = 0.6, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB181945-
CMYK0.60.5800.82
HSL237.78º42.86%12.35%-
HSV(B)237.78º60%17.65%-
XYZ0.960.782.58-
YUV21.66141.17125.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 19 (7.81% from 255) = 23.17%
BLUE value IS 45 (17.97% from 255) = 54.88%
R=21.95%
G=23.17%
B=54.88%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1819450.60.5800.82237.7842.8612.35
Hex12132D3C3A052ee2bc
Octal222355747201223565314
Binary100101001110110111110011101001010010111011101010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12132D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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