#12172C

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

Shades of Black Russian #12172C

Tints of Black Russian #12172C

Color information

#12172C (or 0x12172C) is unknown color: approx Black Russian. HEX triplet: 12, 17 and 2C. RGB value is (18,23,44). Sum of RGB (Red+Green+Blue) = 18+23+44=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 44 (17.58% from 255 or 51.76% from 85); Max value from RGB is 44 - color contains mainly: blue. Hex color #12172C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12172C is #EDE8D3. Grayscale: #171717. Windows color (decimal): -15591636 or 2889490. OLE color: 2889490.

HSL color Cylindrical-coordinate representation of color #12172C: hue angle of 228.46º degrees, saturation: 0.42, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #12172C is Cyan = 0.59, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB182344-
CMYK0.590.4800.83
HSL228.46º41.94%12.16%-
HSV(B)228.46º59.09%17.25%-
XYZ1.010.922.51-
YUV23.9139.34123.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 23 (9.38% from 255) = 27.06%
BLUE value IS 44 (17.58% from 255) = 51.76%
R=21.18%
G=27.06%
B=51.76%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal1823440.590.4800.83228.4641.9412.16
Hex12172C3B30053e42ac
Octal222754736001233445214
Binary100101011110110011101111000001010011111001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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