#12151C

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

Shades of Black Russian #12151C

Tints of Black Russian #12151C

Color information

#12151C (or 0x12151C) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 1C. RGB value is (18,21,28). Sum of RGB (Red+Green+Blue) = 18+21+28=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 21 (8.59% from 255 or 31.34% from 67); Blue value is 28 (11.33% from 255 or 41.79% from 67); Max value from RGB is 28 - color contains mainly: blue. Hex color #12151C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151C is #EDEAE3. Grayscale: #141414. Windows color (decimal): -15592164 or 1840402. OLE color: 1840402.

HSL color Cylindrical-coordinate representation of color #12151C: hue angle of 222º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12151C is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB182128-
CMYK0.360.2500.89
HSL222º21.74%9.02%-
HSV(B)222º35.71%10.98%-
XYZ0.730.751.2-
YUV20.9132.01125.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.87%
GREEN value IS 21 (8.59% from 255) = 31.34%
BLUE value IS 28 (11.33% from 255) = 41.79%
R=26.87%
G=31.34%
B=41.79%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1821280.360.2500.8922221.749.02
Hex12151C2419059de169
Octal222534443101313362611
Binary100101010111100100100110010101100111011110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12151C; }

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

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

<style>
 a { background-color: #12151C; }

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

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

<style>
 span { border-color: #12151C; }

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

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