#12131A

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

Shades of Black Russian #12131A

Tints of Black Russian #12131A

Color information

#12131A (or 0x12131A) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 1A. RGB value is (18,19,26). Sum of RGB (Red+Green+Blue) = 18+19+26=63 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.57% from 63); Green value is 19 (7.81% from 255 or 30.16% from 63); Blue value is 26 (10.55% from 255 or 41.27% from 63); Max value from RGB is 26 - color contains mainly: blue. Hex color #12131A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131A is #EDECE5. Grayscale: #131313. Windows color (decimal): -15592678 or 1708818. OLE color: 1708818.

HSL color Cylindrical-coordinate representation of color #12131A: hue angle of 232.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 #12131A is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB181926-
CMYK0.310.2700.90
HSL232.5º18.18%8.63%-
HSV(B)232.5º30.77%10.2%-
XYZ0.670.671.07-
YUV19.5131.67126.93-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.57%
GREEN value IS 19 (7.81% from 255) = 30.16%
BLUE value IS 26 (10.55% from 255) = 41.27%
R=28.57%
G=30.16%
B=41.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.90
SystemRedGreenBlueCMYKHSL
Decimal1819260.310.2700.90232.518.188.63
Hex12131A1F1B05Ae8129
Octal222332373301323502211
Binary10010100111101011111110110101101011101000100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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