#384343

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

Shades of Firefly #384343

Tints of Firefly #384343

Color information

#384343 (or 0x384343) is unknown color: approx Firefly. HEX triplet: 38, 43 and 43. RGB value is (56,67,67). Sum of RGB (Red+Green+Blue) = 56+67+67=190 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.47% from 190); Green value is 67 (26.56% from 255 or 35.26% from 190); Blue value is 67 (26.56% from 255 or 35.26% from 190); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #384343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384343 is #C7BCBC. Grayscale: #3F3F3F. Windows color (decimal): -13089981 or 4408120. OLE color: 4408120.

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

Color convert

RGB566767-
CMYK0.16000.74
HSL180º8.94%24.12%-
HSV(B)180º16.42%26.27%-
XYZ4.655.266.08-
YUV63.71129.86122.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 29.47%
GREEN value IS 67 (26.56% from 255) = 35.26%
BLUE value IS 67 (26.56% from 255) = 35.26%
R=29.47%
G=35.26%
B=35.26%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal5667670.16000.741808.9424.12
Hex38434310004Ab4918
Octal7010310320001122641130
Binary111000100001110000111000000100101010110100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #384343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #384343; }

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

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

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

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

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

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

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

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