#1B1C1F

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

Shades of Black Russian #1B1C1F

Tints of Black Russian #1B1C1F

Color information

#1B1C1F (or 0x1B1C1F) is unknown color: approx Black Russian. HEX triplet: 1B, 1C and 1F. RGB value is (27,28,31). Sum of RGB (Red+Green+Blue) = 27+28+31=86 (11% of max value = 765). Red value is 27 (10.94% from 255 or 31.40% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 31 (12.5% from 255 or 36.05% from 86); Max value from RGB is 31 - color contains mainly: blue. Hex color #1B1C1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1C1F is #E4E3E0. Grayscale: #1C1C1C. Windows color (decimal): -15000545 or 2038811. OLE color: 2038811.

HSL color Cylindrical-coordinate representation of color #1B1C1F: hue angle of 225º degrees, saturation: 0.07, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #1B1C1F is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB272831-
CMYK0.130.1000.88
HSL225º6.9%11.37%-
HSV(B)225º12.9%12.16%-
XYZ1.111.161.46-
YUV28.04129.67127.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 31.40%
GREEN value IS 28 (11.33% from 255) = 32.56%
BLUE value IS 31 (12.5% from 255) = 36.05%
R=31.40%
G=32.56%
B=36.05%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal2728310.130.1000.882256.911.37
Hex1B1C1FDA058e17b
Octal33343715120130341713
Binary1101111100111111101101001011000111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1C1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,28,31); }

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

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

 a { background-color: rgb(27,28,31); }

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

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

 span { border-color: rgb(27,28,31); }

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