#384141

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

Shades of Firefly #384141

Tints of Firefly #384141

Color information

#384141 (or 0x384141) is unknown color: approx Firefly. HEX triplet: 38, 41 and 41. RGB value is (56,65,65). Sum of RGB (Red+Green+Blue) = 56+65+65=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #384141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384141 is #C7BEBE. Grayscale: #3E3E3E. Windows color (decimal): -13090495 or 4276536. OLE color: 4276536.

HSL color Cylindrical-coordinate representation of color #384141: 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.14%. Process color model (Four color, CMYK) of #384141 is Cyan = 0.14, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB566565-
CMYK0.14000.75
HSL180º7.44%23.73%-
HSV(B)180º13.85%25.49%-
XYZ4.4855.73-
YUV62.31129.52123.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.11%
GREEN value IS 65 (25.78% from 255) = 34.95%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=30.11%
G=34.95%
B=34.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5665650.14000.751807.4423.73
Hex384141E004Bb4718
Octal701011011600113264730
Binary1110001000001100000111100010010111011010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384141; }

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

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

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

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

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

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

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

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