#1B1E24

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

Shades of Black Russian #1B1E24

Tints of Black Russian #1B1E24

Color information

#1B1E24 (or 0x1B1E24) is unknown color: approx Black Russian. HEX triplet: 1B, 1E and 24. RGB value is (27,30,36). Sum of RGB (Red+Green+Blue) = 27+30+36=93 (12% of max value = 765). Red value is 27 (10.94% from 255 or 29.03% from 93); Green value is 30 (12.11% from 255 or 32.26% from 93); Blue value is 36 (14.45% from 255 or 38.71% from 93); Max value from RGB is 36 - color contains mainly: blue. Hex color #1B1E24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E24 is #E4E1DB. Grayscale: #1D1D1D. Windows color (decimal): -15000028 or 2367003. OLE color: 2367003.

HSL color Cylindrical-coordinate representation of color #1B1E24: hue angle of 220º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1B1E24 is Cyan = 0.25, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB273036-
CMYK0.250.1700.86
HSL220º14.29%12.35%-
HSV(B)220º25%14.12%-
XYZ1.231.291.85-
YUV29.79131.51126.01-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 29.03%
GREEN value IS 30 (12.11% from 255) = 32.26%
BLUE value IS 36 (14.45% from 255) = 38.71%
R=29.03%
G=32.26%
B=38.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal2730360.250.1700.8622014.2912.35
Hex1B1E241911056dcec
Octal333644312101263341614
Binary11011111101001001100110001010101101101110011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B1E24; }

 p { color: rgb(27,30,36); }

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

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

 a { background-color: rgb(27,30,36); }

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

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

 span { border-color: rgb(27,30,36); }

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