#384241

Color #384241 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #384241

Tints of Firefly #384241

Color information

#384241 (or 0x384241) is unknown color: approx Firefly. HEX triplet: 38, 42 and 41. RGB value is (56,66,65). Sum of RGB (Red+Green+Blue) = 56+66+65=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 66 - color contains mainly: green. Hex color #384241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384241 is #C7BDBE. Grayscale: #3E3E3E. Windows color (decimal): -13090239 or 4276792. OLE color: 4276792.

HSL color Cylindrical-coordinate representation of color #384241: hue angle of 174º degrees, saturation: 0.08, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #384241 is Cyan = 0.15, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.74.

Color convert

RGB566665-
CMYK0.1500.020.74
HSL174º8.2%23.92%-
HSV(B)174º15.15%25.88%-
XYZ4.535.125.75-
YUV62.9129.19123.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 29.95%
GREEN value IS 66 (26.17% from 255) = 35.29%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=29.95%
G=35.29%
B=34.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5666650.1500.020.741748.223.92
Hex384241F024Aae818
Octal7010210117021122561030
Binary111000100001010000011111010100101010101110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384241; }

 p { color: rgb(56,66,65); }

 H1.HeaderClassName
 {
   color: #384241;
 }
 .AnyTagClassName
 {
   color: #384241;
 }
</style>
background-color css

<style>
 a { background-color: #384241; }

 a { background-color: rgb(56,66,65); }

 div.DivClassName
 {
   background-color: #384241;
 }
 .BgClassName
 {
   background-color: #384241;
 }
</style>
border-color css

<style>
 span { border-color: #384241; }

 span { border-color: rgb(56,66,65); }

 td.TdClassName
 {
   border-color: #384241;
 }
 .TagClassName
 {
   border-color: #384241;
 }
</style>