#1B2E31

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

Shades of Swamp #1B2E31

Tints of Swamp #1B2E31

Color information

#1B2E31 (or 0x1B2E31) is unknown color: approx Swamp. HEX triplet: 1B, 2E and 31. RGB value is (27,46,49). Sum of RGB (Red+Green+Blue) = 27+46+49=122 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.13% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2E31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E31 is #E4D1CE. Grayscale: #282828. Windows color (decimal): -14995919 or 3223067. OLE color: 3223067.

HSL color Cylindrical-coordinate representation of color #1B2E31: hue angle of 188.18º 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 #1B2E31 is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB274649-
CMYK0.450.0600.81
HSL188.18º28.95%14.9%-
HSV(B)188.18º44.9%19.22%-
XYZ1.982.413.27-
YUV40.66132.71118.26-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 22.13%
GREEN value IS 46 (18.36% from 255) = 37.70%
BLUE value IS 49 (19.53% from 255) = 40.16%
R=22.13%
G=37.70%
B=40.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2746490.450.0600.81188.1828.9514.9
Hex1B2E312D6051bc1df
Octal33566155601212743517
Binary110111011101100011011011100101000110111100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2E31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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