#1B1D28

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

Shades of Black Russian #1B1D28

Tints of Black Russian #1B1D28

Color information

#1B1D28 (or 0x1B1D28) is unknown color: approx Black Russian. HEX triplet: 1B, 1D and 28. RGB value is (27,29,40). Sum of RGB (Red+Green+Blue) = 27+29+40=96 (12% of max value = 765). Red value is 27 (10.94% from 255 or 28.12% from 96); Green value is 29 (11.72% from 255 or 30.21% from 96); Blue value is 40 (16.02% from 255 or 41.67% from 96); Max value from RGB is 40 - color contains mainly: blue. Hex color #1B1D28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B1D28 is #E4E2D7. Grayscale: #1D1D1D. Windows color (decimal): -15000280 or 2628891. OLE color: 2628891.

HSL color Cylindrical-coordinate representation of color #1B1D28: hue angle of 230.77º 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 #1B1D28 is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB272940-
CMYK0.330.2800.84
HSL230.77º19.4%13.14%-
HSV(B)230.77º32.5%15.69%-
XYZ1.271.262.18-
YUV29.66133.84126.11-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 28.12%
GREEN value IS 29 (11.72% from 255) = 30.21%
BLUE value IS 40 (16.02% from 255) = 41.67%
R=28.12%
G=30.21%
B=41.67%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal2729400.330.2800.84230.7719.413.14
Hex1B1D28211C054e713d
Octal333550413401243472315
Binary1101111101101000100001111000101010011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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