#181828

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

Shades of Black Russian #181828

Tints of Black Russian #181828

Color information

#181828 (or 0x181828) is unknown color: approx Black Russian. HEX triplet: 18, 18 and 28. RGB value is (24,24,40). Sum of RGB (Red+Green+Blue) = 24+24+40=88 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.27% from 88); Green value is 24 (9.77% from 255 or 27.27% from 88); Blue value is 40 (16.02% from 255 or 45.45% from 88); Max value from RGB is 40 - color contains mainly: blue. Hex color #181828 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181828 is #E7E7D7. Grayscale: #191919. Windows color (decimal): -15198168 or 2627608. OLE color: 2627608.

HSL color Cylindrical-coordinate representation of color #181828: hue angle of 240º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #181828 is Cyan = 0.40, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB242440-
CMYK0.400.4000.84
HSL240º25%12.55%-
HSV(B)240º40%15.69%-
XYZ1.0912.14-
YUV25.82136126.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 27.27%
GREEN value IS 24 (9.77% from 255) = 27.27%
BLUE value IS 40 (16.02% from 255) = 45.45%
R=27.27%
G=27.27%
B=45.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2424400.400.4000.842402512.55
Hex1818282828054f019d
Octal303050505001243603115
Binary11000110001010001010001010000101010011110000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181828; }

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

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

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

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

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

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

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

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