#12172A

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

Shades of Black Russian #12172A

Tints of Black Russian #12172A

Color information

#12172A (or 0x12172A) is unknown color: approx Black Russian. HEX triplet: 12, 17 and 2A. RGB value is (18,23,42). Sum of RGB (Red+Green+Blue) = 18+23+42=83 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.69% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 42 (16.80% from 255 or 50.60% from 83); Max value from RGB is 42 - color contains mainly: blue. Hex color #12172A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12172A is #EDE8D5. Grayscale: #171717. Windows color (decimal): -15591638 or 2758418. OLE color: 2758418.

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

Color convert

RGB182342-
CMYK0.570.4500.84
HSL227.5º40%11.76%-
HSV(B)227.5º57.14%16.47%-
XYZ0.970.912.31-
YUV23.67138.34123.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.69%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 42 (16.80% from 255) = 50.60%
R=21.69%
G=27.71%
B=50.60%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1823420.570.4500.84227.54011.76
Hex12172A392D054e428c
Octal222752715501243445014
Binary100101011110101011100110110101010100111001001010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12172A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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