#1B2531

Color #1B2531 Blue Charcoal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Charcoal #1B2531

Tints of Blue Charcoal #1B2531

Color information

#1B2531 (or 0x1B2531) is unknown color: approx Blue Charcoal. HEX triplet: 1B, 25 and 31. RGB value is (27,37,49). Sum of RGB (Red+Green+Blue) = 27+37+49=113 (14% of max value = 765). Red value is 27 (10.94% from 255 or 23.89% from 113); Green value is 37 (14.84% from 255 or 32.74% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2531 is #E4DACE. Grayscale: #232323. Windows color (decimal): -14998223 or 3220763. OLE color: 3220763.

HSL color Cylindrical-coordinate representation of color #1B2531: hue angle of 212.73º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B2531 is Cyan = 0.45, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB273749-
CMYK0.450.2400.81
HSL212.73º28.95%14.9%-
HSV(B)212.73º44.9%19.22%-
XYZ1.671.783.16-
YUV35.38135.69122.02-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 23.89%
GREEN value IS 37 (14.84% from 255) = 32.74%
BLUE value IS 49 (19.53% from 255) = 43.36%
R=23.89%
G=32.74%
B=43.36%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2737490.450.2400.81212.7328.9514.9
Hex1B25312D18051d51df
Octal334561553001213253517
Binary11011100101110001101101110000101000111010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,37,49); }

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

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

 a { background-color: rgb(27,37,49); }

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

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

 span { border-color: rgb(27,37,49); }

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