#12151E

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

Shades of Black Russian #12151E

Tints of Black Russian #12151E

Color information

#12151E (or 0x12151E) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 1E. RGB value is (18,21,30). Sum of RGB (Red+Green+Blue) = 18+21+30=69 (9% of max value = 765). Red value is 18 (7.42% from 255 or 26.09% from 69); Green value is 21 (8.59% from 255 or 30.43% from 69); Blue value is 30 (12.11% from 255 or 43.48% from 69); Max value from RGB is 30 - color contains mainly: blue. Hex color #12151E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151E is #EDEAE1. Grayscale: #151515. Windows color (decimal): -15592162 or 1971474. OLE color: 1971474.

HSL color Cylindrical-coordinate representation of color #12151E: hue angle of 225º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12151E is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB182130-
CMYK0.400.3000.88
HSL225º25%9.41%-
HSV(B)225º40%11.76%-
XYZ0.750.761.34-
YUV21.13133.01125.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.09%
GREEN value IS 21 (8.59% from 255) = 30.43%
BLUE value IS 30 (12.11% from 255) = 43.48%
R=26.09%
G=30.43%
B=43.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1821300.400.3000.88225259.41
Hex12151E281E058e1199
Octal222536503601303413111
Binary100101010111110101000111100101100011100001110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12151E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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