Shades of Firefly #35403F
Tints of Firefly #35403F
RGB
CMYK
RGB Variations
Color information
#35403F (or 0x35403F) is known color: Firefly. HEX triplet: 35, 40 and 3F. RGB value is (53,64,63). Sum of RGB (Red+Green+Blue) = 53+64+63=180 (23% of max value = 765). Red value is 53 (21.09% from 255 or 29.44% from 180); Green value is 64 (25.39% from 255 or 35.56% from 180); Blue value is 63 (25% from 255 or 35% from 180); Max value from RGB is 64 - color contains mainly: green. Hex color #35403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35403F is #CABFC0. Grayscale: #3C3C3C. Windows color (decimal): -13287361 or 4145205. OLE color: 4145205.
HSL color Cylindrical-coordinate representation of color #35403F: hue angle of 174.55º degrees, saturation: 0.09, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #35403F is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 53 | 64 | 63 | - |
| CMYK | 0.17 | 0 | 0.02 | 0.75 |
| HSL | 174.55º | 0.09% | 0.23% | - |
| HSV(B) | 174.55º | 0.17% | 0.25% | - |
| XYZ | 4.2 | 4.78 | 5.4 | - |
| YUV | 60.6 | 129.36 | 122.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 64 | 63 | 0.17 | 0 | 0.02 | 0.75 | 174.55 | 0.09 | 0.23 |
| Hex | 35 | 40 | 3F | 11 | 0 | 2 | 4B | AF | 9 | 17 |
| Octal | 65 | 100 | 77 | 21 | 0 | 2 | 113 | 257 | 11 | 27 |
| Binary | 110101 | 1000000 | 111111 | 10001 | 0 | 10 | 1001011 | 10101111 | 1001 | 10111 |
Color Harmonies of #35403F
Complementary color
Monochromatic Colors of #35403F
Black with #35403F
Text Example
Text Example
White with #35403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35403F; }
p { color: rgb(53,64,63); }
H1.HeaderClassName
{
color: #35403F;
}
.AnyTagClassName
{
color: #35403F;
}
</style>
background-color css
<style>
a { background-color: #35403F; }
a { background-color: rgb(53,64,63); }
div.DivClassName
{
background-color: #35403F;
}
.BgClassName
{
background-color: #35403F;
}
</style>
border-color css
<style>
span { border-color: #35403F; }
span { border-color: rgb(53,64,63); }
td.TdClassName
{
border-color: #35403F;
}
.TagClassName
{
border-color: #35403F;
}
</style>