#121213

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

Shades of Black Russian #121213

Tints of Black Russian #121213

Color information

#121213 (or 0x121213) is unknown color: approx Black Russian. HEX triplet: 12, 12 and 13. RGB value is (18,18,19). Sum of RGB (Red+Green+Blue) = 18+18+19=55 (7% of max value = 765). Red value is 18 (7.42% from 255 or 32.73% from 55); Green value is 18 (7.42% from 255 or 32.73% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 19 - color contains mainly: blue. Hex color #121213 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #121213 is #EDEDEC. Grayscale: #121212. Windows color (decimal): -15592941 or 1249810. OLE color: 1249810.

HSL color Cylindrical-coordinate representation of color #121213: hue angle of 240º degrees, saturation: 0.03, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #121213 is Cyan = 0.05, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB181819-
CMYK0.050.0500.93
HSL240º2.7%7.25%-
HSV(B)240º5.26%7.45%-
XYZ0.580.610.7-
YUV18.11128.5127.92-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 32.73%
GREEN value IS 18 (7.42% from 255) = 32.73%
BLUE value IS 19 (7.81% from 255) = 34.55%
R=32.73%
G=32.73%
B=34.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.93
SystemRedGreenBlueCMYKHSL
Decimal1818190.050.0500.932402.77.25
Hex1212135505Df037
Octal22222355013536037
Binary100101001010011101101010111011111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121213

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121213; }

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

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

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

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

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

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

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

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