#383D3D

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

Shades of Firefly #383D3D

Tints of Firefly #383D3D

Color information

#383D3D (or 0x383D3D) is unknown color: approx Firefly. HEX triplet: 38, 3D and 3D. RGB value is (56,61,61). Sum of RGB (Red+Green+Blue) = 56+61+61=178 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.46% from 178); Green value is 61 (24.22% from 255 or 34.27% from 178); Blue value is 61 (24.22% from 255 or 34.27% from 178); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #383D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383D3D is #C7C2C2. Grayscale: #3B3B3B. Windows color (decimal): -13091523 or 4013368. OLE color: 4013368.

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

Color convert

RGB566161-
CMYK0.08000.76
HSL180º4.27%22.94%-
HSV(B)180º8.2%23.92%-
XYZ4.144.525.07-
YUV59.5128.84125.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 31.46%
GREEN value IS 61 (24.22% from 255) = 34.27%
BLUE value IS 61 (24.22% from 255) = 34.27%
R=31.46%
G=34.27%
B=34.27%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5661610.08000.761804.2722.94
Hex383D3D8004Cb4417
Octal7075751000114264427
Binary11100011110111110110000010011001011010010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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