#181832

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

Shades of Black Russian #181832

Tints of Black Russian #181832

Color information

#181832 (or 0x181832) is unknown color: approx Black Russian. HEX triplet: 18, 18 and 32. RGB value is (24,24,50). Sum of RGB (Red+Green+Blue) = 24+24+50=98 (12% of max value = 765). Red value is 24 (9.77% from 255 or 24.49% from 98); Green value is 24 (9.77% from 255 or 24.49% from 98); Blue value is 50 (19.92% from 255 or 51.02% from 98); Max value from RGB is 50 - color contains mainly: blue. Hex color #181832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181832 is #E7E7CD. Grayscale: #1A1A1A. Windows color (decimal): -15198158 or 3282968. OLE color: 3282968.

HSL color Cylindrical-coordinate representation of color #181832: hue angle of 240º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #181832 is Cyan = 0.52, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB242450-
CMYK0.520.5200.80
HSL240º35.14%14.51%-
HSV(B)240º52%19.61%-
XYZ1.281.083.16-
YUV26.96141125.89-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24.49%
GREEN value IS 24 (9.77% from 255) = 24.49%
BLUE value IS 50 (19.92% from 255) = 51.02%
R=24.49%
G=24.49%
B=51.02%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2424500.520.5200.8024035.1414.51
Hex1818323434050f023f
Octal303062646401203604317
Binary110001100011001011010011010001010000111100001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181832; }

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

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

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

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

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

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

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

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