#18182E

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

Shades of Black Russian #18182E

Tints of Black Russian #18182E

Color information

#18182E (or 0x18182E) is unknown color: approx Black Russian. HEX triplet: 18, 18 and 2E. RGB value is (24,24,46). Sum of RGB (Red+Green+Blue) = 24+24+46=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 46 (18.36% from 255 or 48.94% from 94); Max value from RGB is 46 - color contains mainly: blue. Hex color #18182E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18182E is #E7E7D1. Grayscale: #1A1A1A. Windows color (decimal): -15198162 or 3020824. OLE color: 3020824.

HSL color Cylindrical-coordinate representation of color #18182E: hue angle of 240º degrees, saturation: 0.31, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #18182E is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB242446-
CMYK0.480.4800.82
HSL240º31.43%13.73%-
HSV(B)240º47.83%18.04%-
XYZ1.21.042.72-
YUV26.51139126.21-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 24 (9.77% from 255) = 25.53%
BLUE value IS 46 (18.36% from 255) = 48.94%
R=25.53%
G=25.53%
B=48.94%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2424460.480.4800.8224031.4313.73
Hex18182E3030052f01fe
Octal303056606001223603716
Binary11000110001011101100001100000101001011110000111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18182E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,24,46); }

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

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

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

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

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

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

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