#12151A

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

Shades of Black Russian #12151A

Tints of Black Russian #12151A

Color information

#12151A (or 0x12151A) is unknown color: approx Black Russian. HEX triplet: 12, 15 and 1A. RGB value is (18,21,26). Sum of RGB (Red+Green+Blue) = 18+21+26=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 21 (8.59% from 255 or 32.31% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 26 - color contains mainly: blue. Hex color #12151A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12151A is #EDEAE5. Grayscale: #141414. Windows color (decimal): -15592166 or 1709330. OLE color: 1709330.

HSL color Cylindrical-coordinate representation of color #12151A: hue angle of 217.5º degrees, saturation: 0.18, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #12151A is Cyan = 0.31, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB182126-
CMYK0.310.1900.90
HSL217.5º18.18%8.63%-
HSV(B)217.5º30.77%10.2%-
XYZ0.70.741.08-
YUV20.67131.01126.09-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 21 (8.59% from 255) = 32.31%
BLUE value IS 26 (10.55% from 255) = 40%
R=27.69%
G=32.31%
B=40%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1821260.310.1900.90217.518.188.63
Hex12151A1F1305Ada129
Octal222532372301323322211
Binary10010101011101011111100110101101011011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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