#12142B

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

Shades of Black Russian #12142B

Tints of Black Russian #12142B

Color information

#12142B (or 0x12142B) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 2B. RGB value is (18,20,43). Sum of RGB (Red+Green+Blue) = 18+20+43=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 43 (17.19% from 255 or 53.09% from 81); Max value from RGB is 43 - color contains mainly: blue. Hex color #12142B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12142B is #EDEBD4. Grayscale: #151515. Windows color (decimal): -15592405 or 2823186. OLE color: 2823186.

HSL color Cylindrical-coordinate representation of color #12142B: hue angle of 235.2º degrees, saturation: 0.41, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #12142B is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB182043-
CMYK0.580.5300.83
HSL235.2º40.98%11.96%-
HSV(B)235.2º58.14%16.86%-
XYZ0.940.82.39-
YUV22.02139.84125.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 43 (17.19% from 255) = 53.09%
R=22.22%
G=24.69%
B=53.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1820430.580.5300.83235.240.9811.96
Hex12142B3A35053eb29c
Octal222453726501233535114
Binary100101010010101111101011010101010011111010111010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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