#12152D

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

Shades of Black Russian #12152D

Tints of Black Russian #12152D

Color information

#12152D (or 0x12152D) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 2D. RGB value is (18,21,45). Sum of RGB (Red+Green+Blue) = 18+21+45=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 45 (17.97% from 255 or 53.57% from 84); Max value from RGB is 45 - color contains mainly: blue. Hex color #12152D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12152D is #EDEAD2. Grayscale: #161616. Windows color (decimal): -15592147 or 2954514. OLE color: 2954514.

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

Color convert

RGB182145-
CMYK0.60.5300.82
HSL233.33º42.86%12.35%-
HSV(B)233.33º60%17.65%-
XYZ0.990.852.6-
YUV22.84140.51124.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 21 (8.59% from 255) = 25%
BLUE value IS 45 (17.97% from 255) = 53.57%
R=21.43%
G=25%
B=53.57%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1821450.60.5300.82233.3342.8612.35
Hex12152D3C35052e92bc
Octal222555746501223515314
Binary100101010110110111110011010101010010111010011010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12152D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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