#12182A

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

Shades of Black Russian #12182A

Tints of Black Russian #12182A

Color information

#12182A (or 0x12182A) is unknown color: approx Black Russian. HEX triplet: 12, 18 and 2A. RGB value is (18,24,42). Sum of RGB (Red+Green+Blue) = 18+24+42=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 24 (9.77% from 255 or 28.57% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #12182A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12182A is #EDE7D5. Grayscale: #181818. Windows color (decimal): -15591382 or 2758674. OLE color: 2758674.

HSL color Cylindrical-coordinate representation of color #12182A: hue angle of 225º 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 #12182A is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB182442-
CMYK0.570.4300.84
HSL225º40%11.76%-
HSV(B)225º57.14%16.47%-
XYZ0.990.952.32-
YUV24.26138.01123.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 24 (9.77% from 255) = 28.57%
BLUE value IS 42 (16.80% from 255) = 50%
R=21.43%
G=28.57%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1824420.570.4300.842254011.76
Hex12182A392B054e128c
Octal223052715301243415014
Binary100101100010101011100110101101010100111000011010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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