#383F3F

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

Shades of Firefly #383F3F

Tints of Firefly #383F3F

Color information

#383F3F (or 0x383F3F) is unknown color: approx Firefly. HEX triplet: 38, 3F and 3F. RGB value is (56,63,63). Sum of RGB (Red+Green+Blue) = 56+63+63=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 63 (25% from 255 or 34.62% from 182); Blue value is 63 (25% from 255 or 34.62% from 182); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #383F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383F3F is #C7C0C0. Grayscale: #3C3C3C. Windows color (decimal): -13091009 or 4144952. OLE color: 4144952.

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

Color convert

RGB566363-
CMYK0.11000.75
HSL180º5.88%23.33%-
HSV(B)180º11.11%24.71%-
XYZ4.314.755.39-
YUV60.91129.18124.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.77%
GREEN value IS 63 (25% from 255) = 34.62%
BLUE value IS 63 (25% from 255) = 34.62%
R=30.77%
G=34.62%
B=34.62%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal5663630.11000.751805.8823.33
Hex383F3FB004Bb4617
Octal7077771300113264627
Binary11100011111111111110110010010111011010011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383F3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383F3F; }

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

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

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

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

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

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

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

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