#12131C

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

Shades of Black Russian #12131C

Tints of Black Russian #12131C

Color information

#12131C (or 0x12131C) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 1C. RGB value is (18,19,28). Sum of RGB (Red+Green+Blue) = 18+19+28=65 (8% of max value = 765). Red value is 18 (7.42% from 255 or 27.69% from 65); Green value is 19 (7.81% from 255 or 29.23% from 65); Blue value is 28 (11.33% from 255 or 43.08% from 65); Max value from RGB is 28 - color contains mainly: blue. Hex color #12131C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131C is #EDECE3. Grayscale: #131313. Windows color (decimal): -15592676 or 1839890. OLE color: 1839890.

HSL color Cylindrical-coordinate representation of color #12131C: hue angle of 234º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #12131C is Cyan = 0.36, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB181928-
CMYK0.360.3200.89
HSL234º21.74%9.02%-
HSV(B)234º35.71%10.98%-
XYZ0.690.681.19-
YUV19.73132.67126.77-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 27.69%
GREEN value IS 19 (7.81% from 255) = 29.23%
BLUE value IS 28 (11.33% from 255) = 43.08%
R=27.69%
G=29.23%
B=43.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.89
SystemRedGreenBlueCMYKHSL
Decimal1819280.360.3200.8923421.749.02
Hex12131C2420059ea169
Octal222334444001313522611
Binary1001010011111001001001000000101100111101010101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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