#12131E

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

Shades of Black Russian #12131E

Tints of Black Russian #12131E

Color information

#12131E (or 0x12131E) is unknown color: approx Black Russian. HEX triplet: 12, 13 and 1E. RGB value is (18,19,30). Sum of RGB (Red+Green+Blue) = 18+19+30=67 (8% of max value = 765). Red value is 18 (7.42% from 255 or 26.87% from 67); Green value is 19 (7.81% from 255 or 28.36% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #12131E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12131E is #EDECE1. Grayscale: #131313. Windows color (decimal): -15592674 or 1970962. OLE color: 1970962.

HSL color Cylindrical-coordinate representation of color #12131E: hue angle of 235º degrees, saturation: 0.25, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #12131E is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB181930-
CMYK0.400.3700.88
HSL235º25%9.41%-
HSV(B)235º40%11.76%-
XYZ0.720.691.32-
YUV19.95133.67126.61-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 26.87%
GREEN value IS 19 (7.81% from 255) = 28.36%
BLUE value IS 30 (12.11% from 255) = 44.78%
R=26.87%
G=28.36%
B=44.78%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal1819300.400.3700.88235259.41
Hex12131E2825058eb199
Octal222336504501303533111
Binary1001010011111101010001001010101100011101011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12131E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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