#12151B

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

Shades of Black Russian #12151B

Tints of Black Russian #12151B

Color information

#12151B (or 0x12151B) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 1B. RGB value is (18,21,27). Sum of RGB (Red+Green+Blue) = 18+21+27=66 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.27% from 66); Green value is 21 (8.59% from 255 or 31.82% from 66); Blue value is 27 (10.94% from 255 or 40.91% from 66); Max value from RGB is 27 - color contains mainly: blue. Hex color #12151B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151B is #EDEAE4. Grayscale: #141414. Windows color (decimal): -15592165 or 1774866. OLE color: 1774866.

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

Color convert

RGB182127-
CMYK0.330.2200.89
HSL220º20%8.82%-
HSV(B)220º33.33%10.59%-
XYZ0.720.741.14-
YUV20.79131.51126.01-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.27%
GREEN value IS 21 (8.59% from 255) = 31.82%
BLUE value IS 27 (10.94% from 255) = 40.91%
R=27.27%
G=31.82%
B=40.91%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1821270.330.2200.89220208.82
Hex12151B2116059dc149
Octal222533412601313342411
Binary100101010111011100001101100101100111011100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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