#12172E

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

Shades of Black Russian #12172E

Tints of Black Russian #12172E

Color information

#12172E (or 0x12172E) is unknown color: approx Black Russian. HEX triplet: 12, 17 and 2E. RGB value is (18,23,46). Sum of RGB (Red+Green+Blue) = 18+23+46=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 23 (9.38% from 255 or 26.44% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #12172E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #12172E is #EDE8D1. Grayscale: #181818. Windows color (decimal): -15591634 or 3020562. OLE color: 3020562.

HSL color Cylindrical-coordinate representation of color #12172E: hue angle of 229.29º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #12172E is Cyan = 0.61, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB182346-
CMYK0.610.5000.82
HSL229.29º43.75%12.55%-
HSV(B)229.29º60.87%18.04%-
XYZ1.050.942.71-
YUV24.13140.34123.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 23 (9.38% from 255) = 26.44%
BLUE value IS 46 (18.36% from 255) = 52.87%
R=20.69%
G=26.44%
B=52.87%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1823460.610.5000.82229.2943.7512.55
Hex12172E3D32052e52cd
Octal222756756201223455415
Binary100101011110111011110111001001010010111001011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12172E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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