#1B1D32

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

Shades of Black Russian #1B1D32

Tints of Black Russian #1B1D32

Color information

#1B1D32 (or 0x1B1D32) is unknown color: approx Black Russian. HEX triplet: 1B, 1D and 32. RGB value is (27,29,50). Sum of RGB (Red+Green+Blue) = 27+29+50=106 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25.47% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 50 (19.92% from 255 or 47.17% from 106); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B1D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D32 is #E4E2CD. Grayscale: #1E1E1E. Windows color (decimal): -15000270 or 3284251. OLE color: 3284251.

HSL color Cylindrical-coordinate representation of color #1B1D32: hue angle of 234.78º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B1D32 is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB272950-
CMYK0.460.4200.80
HSL234.78º29.87%15.1%-
HSV(B)234.78º46%19.61%-
XYZ1.471.343.2-
YUV30.8138.84125.29-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25.47%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 50 (19.92% from 255) = 47.17%
R=25.47%
G=27.36%
B=47.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2729500.460.4200.80234.7829.8715.1
Hex1B1D322E2A050eb1ef
Octal333562565201203533617
Binary11011111011100101011101010100101000011101011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,29,50); }

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

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

 a { background-color: rgb(27,29,50); }

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

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

 span { border-color: rgb(27,29,50); }

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