Html Css Color HEX #384040 Firefly

📋 copy color: '#384040'

red 56 ◦ green 64 ◦ blue 64

#384040
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Firefly #384040

Tints of Firefly #384040

RGB

 RED value IS 56 (22.27% from 255) = 30.43%

 GREEN value IS 64 (25.39% from 255) = 34.78%

 BLUE value IS 64 (25.39% from 255) = 34.78%

R = 30.43%
G = 34.78%
B = 34.78%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#384040 (or 0x384040) is known color: Firefly. HEX triplet: 38, 40 and 40. RGB value is (56,64,64). Sum of RGB (Red+Green+Blue) = 56+64+64=184 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.43% from 184); Green value is 64 (25.39% from 255 or 34.78% from 184); Blue value is 64 (25.39% from 255 or 34.78% from 184); Max value from RGB is 64 - color contains mainly: green, blue. Hex color #384040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384040 is #C7BFBF. Grayscale: #3D3D3D. Windows color (decimal): -13090752 or 4210744. OLE color: 4210744.

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

Color convert

RGB 56 64 64 -
CMYK 0.13 0 0 0.75
HSL 180º 0.07% 0.24% -
HSV(B) 180º 0.13% 0.25% -
XYZ 4.39 4.88 5.56 -
YUV 61.61 129.35 124 -
System Red Green Blue C M Y K H S L
Decimal 56 64 64 0.13 0 0 0.75 180 0.07 0.24
Hex 38 40 40 D 0 0 4B B4 7 18
Octal 70 100 100 15 0 0 113 264 7 30
Binary 111000 1000000 1000000 1101 0 0 1001011 10110100 111 11000

Color Harmonies of #384040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384040

Black with #384040

Text Example


Text Example

White with #384040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384040; }

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

 H1.HeaderClassName
 {
   color: #384040;
 }
 .AnyTagClassName
 {
   color: #384040;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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