#1B1F28

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

Shades of Black Russian #1B1F28

Tints of Black Russian #1B1F28

Color information

#1B1F28 (or 0x1B1F28) is unknown color: approx Black Russian. HEX triplet: 1B, 1F and 28. RGB value is (27,31,40). Sum of RGB (Red+Green+Blue) = 27+31+40=98 (12% of max value = 765). Red value is 27 (10.94% from 255 or 27.55% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B1F28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1F28 is #E4E0D7. Grayscale: #1E1E1E. Windows color (decimal): -14999768 or 2629403. OLE color: 2629403.

HSL color Cylindrical-coordinate representation of color #1B1F28: hue angle of 221.54º degrees, saturation: 0.19, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1B1F28 is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB273140-
CMYK0.330.2200.84
HSL221.54º19.4%13.14%-
HSV(B)221.54º32.5%15.69%-
XYZ1.321.372.2-
YUV30.83133.17125.27-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 27.55%
GREEN value IS 31 (12.5% from 255) = 31.63%
BLUE value IS 40 (16.02% from 255) = 40.82%
R=27.55%
G=31.63%
B=40.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2731400.330.2200.84221.5419.413.14
Hex1B1F282116054de13d
Octal333750412601243362315
Binary1101111111101000100001101100101010011011110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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