#12142A

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

Shades of Black Russian #12142A

Tints of Black Russian #12142A

Color information

#12142A (or 0x12142A) is unknown color: approx Black Russian. HEX triplet: 12, 14 and 2A. RGB value is (18,20,42). Sum of RGB (Red+Green+Blue) = 18+20+42=80 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.5% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 42 (16.80% from 255 or 52.5% from 80); Max value from RGB is 42 - color contains mainly: blue. Hex color #12142A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12142A is #EDEBD5. Grayscale: #151515. Windows color (decimal): -15592406 or 2757650. OLE color: 2757650.

HSL color Cylindrical-coordinate representation of color #12142A: hue angle of 235º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12142A is Cyan = 0.57, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182042-
CMYK0.570.5200.84
HSL235º40%11.76%-
HSV(B)235º57.14%16.47%-
XYZ0.920.82.3-
YUV21.91139.34125.21-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.5%
GREEN value IS 20 (8.20% from 255) = 25%
BLUE value IS 42 (16.80% from 255) = 52.5%
R=22.5%
G=25%
B=52.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1820420.570.5200.842354011.76
Hex12142A3934054eb28c
Octal222452716401243535014
Binary100101010010101011100111010001010100111010111010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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