#383C3B

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

Shades of Firefly #383C3B

Tints of Firefly #383C3B

Color information

#383C3B (or 0x383C3B) is unknown color: approx Firefly. HEX triplet: 38, 3C and 3B. RGB value is (56,60,59). Sum of RGB (Red+Green+Blue) = 56+60+59=175 (23% of max value = 765). Red value is 56 (22.27% from 255 or 32% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 59 (23.44% from 255 or 33.71% from 175); Max value from RGB is 60 - color contains mainly: green. Hex color #383C3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383C3B is #C7C3C4. Grayscale: #3A3A3A. Windows color (decimal): -13091781 or 3882040. OLE color: 3882040.

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

Color convert

RGB566059-
CMYK0.0700.020.76
HSL165º3.45%22.75%-
HSV(B)165º6.67%23.53%-
XYZ4.044.394.77-
YUV58.69128.17126.08-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 32%
GREEN value IS 60 (23.83% from 255) = 34.29%
BLUE value IS 59 (23.44% from 255) = 33.71%
R=32%
G=34.29%
B=33.71%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal5660590.0700.020.761653.4522.75
Hex383C3B7024Ca5317
Octal707473702114245327
Binary1110001111001110111110101001100101001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,60,59); }

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

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

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

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

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

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

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