Shades of Firefly #3D3F3F
Tints of Firefly #3D3F3F
RGB
CMYK
RGB Variations
Color information
#3D3F3F (or 0x3D3F3F) is known color: Firefly. HEX triplet: 3D, 3F and 3F. RGB value is (61,63,63). Sum of RGB (Red+Green+Blue) = 61+63+63=187 (24% of max value = 765). Red value is 61 (24.22% from 255 or 32.62% from 187); Green value is 63 (25% from 255 or 33.69% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #3D3F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D3F3F is #C2C0C0. Grayscale: #3E3E3E. Windows color (decimal): -12763329 or 4144957. OLE color: 4144957.
HSL color Cylindrical-coordinate representation of color #3D3F3F: hue angle of 180º degrees, saturation: 0.02, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #3D3F3F is Cyan = 0.03, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
RGB | 61 | 63 | 63 | - |
CMYK | 0.03 | 0 | 0 | 0.75 |
HSL | 180º | 0.02% | 0.24% | - |
HSV(B) | 180º | 0.03% | 0.25% | - |
XYZ | 4.6 | 4.91 | 5.41 | - |
YUV | 62.4 | 128.34 | 127 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 61 | 63 | 63 | 0.03 | 0 | 0 | 0.75 | 180 | 0.02 | 0.24 |
Hex | 3D | 3F | 3F | 3 | 0 | 0 | 4B | B4 | 2 | 18 |
Octal | 75 | 77 | 77 | 3 | 0 | 0 | 113 | 264 | 2 | 30 |
Binary | 111101 | 111111 | 111111 | 11 | 0 | 0 | 1001011 | 10110100 | 10 | 11000 |
Color Harmonies of #3D3F3F
Complementary color
Monochromatic Colors of #3D3F3F
Black with #3D3F3F
Text Example
Text Example
White with #3D3F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D3F3F; }
p { color: rgb(61,63,63); }
H1.HeaderClassName
{
color: #3D3F3F;
}
.AnyTagClassName
{
color: #3D3F3F;
}
</style>
background-color css
<style>
a { background-color: #3D3F3F; }
a { background-color: rgb(61,63,63); }
div.DivClassName
{
background-color: #3D3F3F;
}
.BgClassName
{
background-color: #3D3F3F;
}
</style>
border-color css
<style>
span { border-color: #3D3F3F; }
span { border-color: rgb(61,63,63); }
td.TdClassName
{
border-color: #3D3F3F;
}
.TagClassName
{
border-color: #3D3F3F;
}
</style>