#181933

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

Shades of Black Russian #181933

Tints of Black Russian #181933

Color information

#181933 (or 0x181933) is unknown color: approx Black Russian. HEX triplet: 18, 19 and 33. RGB value is (24,25,51). Sum of RGB (Red+Green+Blue) = 24+25+51=100 (13% of max value = 765). Red value is 24 (9.77% from 255 or 24% from 100); Green value is 25 (10.16% from 255 or 25% from 100); Blue value is 51 (20.31% from 255 or 51% from 100); Max value from RGB is 51 - color contains mainly: blue. Hex color #181933 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #181933 is #E7E6CC. Grayscale: #1B1B1B. Windows color (decimal): -15197901 or 3348760. OLE color: 3348760.

HSL color Cylindrical-coordinate representation of color #181933: hue angle of 237.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #181933 is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB242551-
CMYK0.530.5100.8
HSL237.78º36%14.71%-
HSV(B)237.78º52.94%20%-
XYZ1.321.133.28-
YUV27.66141.17125.39-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 24%
GREEN value IS 25 (10.16% from 255) = 25%
BLUE value IS 51 (20.31% from 255) = 51%
R=24%
G=25%
B=51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2425510.530.5100.8237.783614.71
Hex1819333533050ee24f
Octal303163656301203564417
Binary110001100111001111010111001101010000111011101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #181933; }

 p { color: rgb(24,25,51); }

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

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

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

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

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

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

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