Shades of Firefly #2B4343
Tints of Firefly #2B4343
RGB
CMYK
RGB Variations
Color information
#2B4343 (or 0x2B4343) is known color: Firefly. HEX triplet: 2B, 43 and 43. RGB value is (43,67,67). Sum of RGB (Red+Green+Blue) = 43+67+67=177 (23% of max value = 765). Red value is 43 (17.19% from 255 or 24.29% from 177); Green value is 67 (26.56% from 255 or 37.85% from 177); Blue value is 67 (26.56% from 255 or 37.85% from 177); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #2B4343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B4343 is #D4BCBC. Grayscale: #3B3B3B. Windows color (decimal): -13941949 or 4408107. OLE color: 4408107.
HSL color Cylindrical-coordinate representation of color #2B4343: hue angle of 180º degrees, saturation: 0.22, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2B4343 is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 43 | 67 | 67 | - |
| CMYK | 0.36 | 0 | 0 | 0.74 |
| HSL | 180º | 0.22% | 0.22% | - |
| HSV(B) | 180º | 0.36% | 0.26% | - |
| XYZ | 4.02 | 4.93 | 6.05 | - |
| YUV | 59.82 | 132.05 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 67 | 67 | 0.36 | 0 | 0 | 0.74 | 180 | 0.22 | 0.22 |
| Hex | 2B | 43 | 43 | 24 | 0 | 0 | 4A | B4 | 16 | 16 |
| Octal | 53 | 103 | 103 | 44 | 0 | 0 | 112 | 264 | 26 | 26 |
| Binary | 101011 | 1000011 | 1000011 | 100100 | 0 | 0 | 1001010 | 10110100 | 10110 | 10110 |
Color Harmonies of #2B4343
Complementary color
Monochromatic Colors of #2B4343
Black with #2B4343
Text Example
Text Example
White with #2B4343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B4343; }
p { color: rgb(43,67,67); }
H1.HeaderClassName
{
color: #2B4343;
}
.AnyTagClassName
{
color: #2B4343;
}
</style>
background-color css
<style>
a { background-color: #2B4343; }
a { background-color: rgb(43,67,67); }
div.DivClassName
{
background-color: #2B4343;
}
.BgClassName
{
background-color: #2B4343;
}
</style>
border-color css
<style>
span { border-color: #2B4343; }
span { border-color: rgb(43,67,67); }
td.TdClassName
{
border-color: #2B4343;
}
.TagClassName
{
border-color: #2B4343;
}
</style>