Shades of Firefly #344141
Tints of Firefly #344141
RGB
CMYK
RGB Variations
Color information
#344141 (or 0x344141) is known color: Firefly. HEX triplet: 34, 41 and 41. RGB value is (52,65,65). Sum of RGB (Red+Green+Blue) = 52+65+65=182 (24% of max value = 765). Red value is 52 (20.70% from 255 or 28.57% from 182); Green value is 65 (25.78% from 255 or 35.71% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #344141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344141 is #CBBEBE. Grayscale: #3D3D3D. Windows color (decimal): -13352639 or 4276532. OLE color: 4276532.
HSL color Cylindrical-coordinate representation of color #344141: hue angle of 180º degrees, saturation: 0.11, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #344141 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 52 | 65 | 65 | - |
CMYK | 0.20 | 0 | 0 | 0.75 |
HSL | 180º | 0.11% | 0.23% | - |
HSV(B) | 180º | 0.2% | 0.25% | - |
XYZ | 4.26 | 4.89 | 5.72 | - |
YUV | 61.11 | 130.19 | 121.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 52 | 65 | 65 | 0.20 | 0 | 0 | 0.75 | 180 | 0.11 | 0.23 |
Hex | 34 | 41 | 41 | 14 | 0 | 0 | 4B | B4 | B | 17 |
Octal | 64 | 101 | 101 | 24 | 0 | 0 | 113 | 264 | 13 | 27 |
Binary | 110100 | 1000001 | 1000001 | 10100 | 0 | 0 | 1001011 | 10110100 | 1011 | 10111 |
Color Harmonies of #344141
Complementary color
Monochromatic Colors of #344141
Black with #344141
Text Example
Text Example
White with #344141
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #344141; }
p { color: rgb(52,65,65); }
H1.HeaderClassName
{
color: #344141;
}
.AnyTagClassName
{
color: #344141;
}
</style>
background-color css
<style>
a { background-color: #344141; }
a { background-color: rgb(52,65,65); }
div.DivClassName
{
background-color: #344141;
}
.BgClassName
{
background-color: #344141;
}
</style>
border-color css
<style>
span { border-color: #344141; }
span { border-color: rgb(52,65,65); }
td.TdClassName
{
border-color: #344141;
}
.TagClassName
{
border-color: #344141;
}
</style>