#181B27

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

Shades of Black Russian #181B27

Tints of Black Russian #181B27

Color information

#181B27 (or 0x181B27) is unknown color: approx Black Russian. HEX triplet: 18, 1B and 27. RGB value is (24,27,39). Sum of RGB (Red+Green+Blue) = 24+27+39=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 27 (10.94% from 255 or 30% from 90); Blue value is 39 (15.62% from 255 or 43.33% from 90); Max value from RGB is 39 - color contains mainly: blue. Hex color #181B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181B27 is #E7E4D8. Grayscale: #1B1B1B. Windows color (decimal): -15197401 or 2562840. OLE color: 2562840.

HSL color Cylindrical-coordinate representation of color #181B27: hue angle of 228º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #181B27 is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB242739-
CMYK0.380.3100.85
HSL228º23.81%12.35%-
HSV(B)228º38.46%15.29%-
XYZ1.131.122.08-
YUV27.47134.51125.52-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 26.67%
GREEN value IS 27 (10.94% from 255) = 30%
BLUE value IS 39 (15.62% from 255) = 43.33%
R=26.67%
G=30%
B=43.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal2427390.380.3100.8522823.8112.35
Hex181B27261F055e418c
Octal303347463701253443014
Binary1100011011100111100110111110101010111100100110001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #181B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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