#181B31

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

Shades of Black Russian #181B31

Tints of Black Russian #181B31

Color information

#181B31 (or 0x181B31) is unknown color: approx Black Russian. HEX triplet: 18, 1B and 31. RGB value is (24,27,49). Sum of RGB (Red+Green+Blue) = 24+27+49=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 49 (19.53% from 255 or 49% from 100); Max value from RGB is 49 - color contains mainly: blue. Hex color #181B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B31 is #E7E4CE. Grayscale: #1C1C1C. Windows color (decimal): -15197391 or 3218200. OLE color: 3218200.

HSL color Cylindrical-coordinate representation of color #181B31: hue angle of 232.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #181B31 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB242749-
CMYK0.510.4500.81
HSL232.8º34.25%14.31%-
HSV(B)232.8º51.02%19.22%-
XYZ1.321.23.07-
YUV28.61139.51124.71-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 49 (19.53% from 255) = 49%
R=24%
G=27%
B=49%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2427490.510.4500.81232.834.2514.31
Hex181B31332D051e922e
Octal303361635501213514216
Binary110001101111000111001110110101010001111010011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181B31; }

 p { color: rgb(24,27,49); }

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

<style>
 a { background-color: #181B31; }

 a { background-color: rgb(24,27,49); }

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

<style>
 span { border-color: #181B31; }

 span { border-color: rgb(24,27,49); }

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