#12131B

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

Shades of Black Russian #12131B

Tints of Black Russian #12131B

Color information

#12131B (or 0x12131B) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 1B. RGB value is (18,19,27). Sum of RGB (Red+Green+Blue) = 18+19+27=64 (8% of max value = 765). Red value is 18 (7.42% from 255 or 28.12% from 64); Green value is 19 (7.81% from 255 or 29.69% from 64); Blue value is 27 (10.94% from 255 or 42.19% from 64); Max value from RGB is 27 - color contains mainly: blue. Hex color #12131B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131B is #EDECE4. Grayscale: #131313. Windows color (decimal): -15592677 or 1774354. OLE color: 1774354.

HSL color Cylindrical-coordinate representation of color #12131B: hue angle of 233.33º 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 #12131B is Cyan = 0.33, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181927-
CMYK0.330.3000.89
HSL233.33º20%8.82%-
HSV(B)233.33º33.33%10.59%-
XYZ0.680.671.13-
YUV19.61132.17126.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 28.12%
GREEN value IS 19 (7.81% from 255) = 29.69%
BLUE value IS 27 (10.94% from 255) = 42.19%
R=28.12%
G=29.69%
B=42.19%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1819270.330.3000.89233.33208.82
Hex12131B211E059e9149
Octal222333413601313512411
Binary100101001111011100001111100101100111101001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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