#384040

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

Shades of Firefly #384040

Tints of Firefly #384040

Color information

#384040 (or 0x384040) is unknown color: approx Firefly. HEX triplet: 38, 40 and 40. RGB value is (56,64,64). Sum of RGB (Red+Green+Blue) = 56+64+64=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #384040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384040 is #C7BFBF. Grayscale: #3D3D3D. Windows color (decimal): -13090752 or 4210744. OLE color: 4210744.

HSL color Cylindrical-coordinate representation of color #384040: hue angle of 180º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #384040 is Cyan = 0.13, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB566464-
CMYK0.13000.75
HSL180º6.67%23.53%-
HSV(B)180º12.5%25.1%-
XYZ4.394.885.56-
YUV61.61129.35124-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.43%
GREEN value IS 64 (25.39% from 255) = 34.78%
BLUE value IS 64 (25.39% from 255) = 34.78%
R=30.43%
G=34.78%
B=34.78%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5664640.13000.751806.6723.53
Hex384040D004Bb4718
Octal701001001500113264730
Binary1110001000000100000011010010010111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384040; }

 p { color: rgb(56,64,64); }

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

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

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

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

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

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

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