#1B1F2C

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

Shades of Black Russian #1B1F2C

Tints of Black Russian #1B1F2C

Color information

#1B1F2C (or 0x1B1F2C) is unknown color: approx Black Russian. HEX triplet: 1B, 1F and 2C. RGB value is (27,31,44). Sum of RGB (Red+Green+Blue) = 27+31+44=102 (13% of max value = 765). Red value is 27 (10.94% from 255 or 26.47% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 44 - color contains mainly: blue. Hex color #1B1F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F2C is #E4E0D3. Grayscale: #1F1F1F. Windows color (decimal): -14999764 or 2891547. OLE color: 2891547.

HSL color Cylindrical-coordinate representation of color #1B1F2C: hue angle of 225.88º degrees, saturation: 0.24, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1B1F2C is Cyan = 0.39, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB273144-
CMYK0.390.3000.83
HSL225.88º23.94%13.92%-
HSV(B)225.88º38.64%17.25%-
XYZ1.41.392.58-
YUV31.29135.17124.94-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 26.47%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 44 (17.58% from 255) = 43.14%
R=26.47%
G=30.39%
B=43.14%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2731440.390.3000.83225.8823.9413.92
Hex1B1F2C271E053e218e
Octal333754473601233423016
Binary1101111111101100100111111100101001111100010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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