Shades of Swamp #263334
Tints of Swamp #263334
RGB
CMYK
RGB Variations
Color information
#263334 (or 0x263334) is known color: Swamp. HEX triplet: 26, 33 and 34. RGB value is (38,51,52). Sum of RGB (Red+Green+Blue) = 38+51+52=141 (18% of max value = 765). Red value is 38 (15.23% from 255 or 26.95% from 141); Green value is 51 (20.31% from 255 or 36.17% from 141); Blue value is 52 (20.70% from 255 or 36.88% from 141); Max value from RGB is 52 - color contains mainly: blue. Hex color #263334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263334 is #D9CCCB. Grayscale: #2F2F2F. Windows color (decimal): -14273740 or 3420966. OLE color: 3420966.
HSL color Cylindrical-coordinate representation of color #263334: hue angle of 184.29º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #263334 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 38 | 51 | 52 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.80 |
| HSL | 184.29º | 0.16% | 0.18% | - |
| HSV(B) | 184.29º | 0.27% | 0.2% | - |
| XYZ | 2.6 | 3.03 | 3.7 | - |
| YUV | 47.23 | 130.69 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 38 | 51 | 52 | 0.27 | 0.02 | 0 | 0.80 | 184.29 | 0.16 | 0.18 |
| Hex | 26 | 33 | 34 | 1B | 2 | 0 | 50 | B8 | 10 | 12 |
| Octal | 46 | 63 | 64 | 33 | 2 | 0 | 120 | 270 | 20 | 22 |
| Binary | 100110 | 110011 | 110100 | 11011 | 10 | 0 | 1010000 | 10111000 | 10000 | 10010 |
Color Harmonies of #263334
Complementary color
Monochromatic Colors of #263334
Black with #263334
Text Example
Text Example
White with #263334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #263334; }
p { color: rgb(38,51,52); }
H1.HeaderClassName
{
color: #263334;
}
.AnyTagClassName
{
color: #263334;
}
</style>
background-color css
<style>
a { background-color: #263334; }
a { background-color: rgb(38,51,52); }
div.DivClassName
{
background-color: #263334;
}
.BgClassName
{
background-color: #263334;
}
</style>
border-color css
<style>
span { border-color: #263334; }
span { border-color: rgb(38,51,52); }
td.TdClassName
{
border-color: #263334;
}
.TagClassName
{
border-color: #263334;
}
</style>