#181B2B

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

Shades of Black Russian #181B2B

Tints of Black Russian #181B2B

Color information

#181B2B (or 0x181B2B) is unknown color: approx Black Russian. HEX triplet: 18, 1B and 2B. RGB value is (24,27,43). Sum of RGB (Red+Green+Blue) = 24+27+43=94 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.53% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 43 (17.19% from 255 or 45.74% from 94); Max value from RGB is 43 - color contains mainly: blue. Hex color #181B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B2B is #E7E4D4. Grayscale: #1B1B1B. Windows color (decimal): -15197397 or 2824984. OLE color: 2824984.

HSL color Cylindrical-coordinate representation of color #181B2B: hue angle of 230.53º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #181B2B is Cyan = 0.44, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB242743-
CMYK0.440.3700.83
HSL230.53º28.36%13.14%-
HSV(B)230.53º44.19%16.86%-
XYZ1.21.152.44-
YUV27.93136.51125.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 25.53%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 43 (17.19% from 255) = 45.74%
R=25.53%
G=28.72%
B=45.74%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2427430.440.3700.83230.5328.3613.14
Hex181B2B2C25053e71cd
Octal303353544501233473415
Binary11000110111010111011001001010101001111100111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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