#12142E

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

Shades of Black Russian #12142E

Tints of Black Russian #12142E

Color information

#12142E (or 0x12142E) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 2E. RGB value is (18,20,46). Sum of RGB (Red+Green+Blue) = 18+20+46=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 20 (8.20% from 255 or 23.81% from 84); Blue value is 46 (18.36% from 255 or 54.76% from 84); Max value from RGB is 46 - color contains mainly: blue. Hex color #12142E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12142E is #EDEBD1. Grayscale: #161616. Windows color (decimal): -15592402 or 3019794. OLE color: 3019794.

HSL color Cylindrical-coordinate representation of color #12142E: hue angle of 235.71º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12142E is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB182046-
CMYK0.610.5700.82
HSL235.71º43.75%12.55%-
HSV(B)235.71º60.87%18.04%-
XYZ0.990.832.69-
YUV22.37141.34124.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 20 (8.20% from 255) = 23.81%
BLUE value IS 46 (18.36% from 255) = 54.76%
R=21.43%
G=23.81%
B=54.76%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1820460.610.5700.82235.7143.7512.55
Hex12142E3D39052ec2cd
Octal222456757101223545415
Binary100101010010111011110111100101010010111011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12142E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,20,46); }

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

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

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

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

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

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

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