#1B1E31

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

Shades of Black Russian #1B1E31

Tints of Black Russian #1B1E31

Color information

#1B1E31 (or 0x1B1E31) is unknown color: approx Black Russian. HEX triplet: 1B, 1E and 31. RGB value is (27,30,49). Sum of RGB (Red+Green+Blue) = 27+30+49=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 30 (12.11% from 255 or 28.30% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B1E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1E31 is #E4E1CE. Grayscale: #1F1F1F. Windows color (decimal): -15000015 or 3218971. OLE color: 3218971.

HSL color Cylindrical-coordinate representation of color #1B1E31: hue angle of 231.82º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B1E31 is Cyan = 0.45, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB273049-
CMYK0.450.3900.81
HSL231.82º28.95%14.9%-
HSV(B)231.82º44.9%19.22%-
XYZ1.471.383.1-
YUV31.27138.01124.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.47%
GREEN value IS 30 (12.11% from 255) = 28.30%
BLUE value IS 49 (19.53% from 255) = 46.23%
R=25.47%
G=28.30%
B=46.23%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2730490.450.3900.81231.8228.9514.9
Hex1B1E312D27051e81df
Octal333661554701213503517
Binary11011111101100011011011001110101000111101000111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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