Html Css Color HEX #384140 Firefly

📋 copy color: '#384140'

red 56 ◦ green 65 ◦ blue 64

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

Shades of Firefly #384140

Tints of Firefly #384140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 35.14%

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

R = 30.27%
G = 35.14%
B = 34.59%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#384140 (or 0x384140) is known color: Firefly. HEX triplet: 38, 41 and 40. RGB value is (56,65,64). Sum of RGB (Red+Green+Blue) = 56+65+64=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 65 - color contains mainly: green. Hex color #384140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384140 is #C7BEBF. Grayscale: #3E3E3E. Windows color (decimal): -13090496 or 4211000. OLE color: 4211000.

HSL color Cylindrical-coordinate representation of color #384140: hue angle of 173.33º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #384140 is Cyan = 0.14, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 65 64 -
CMYK 0.14 0 0.02 0.75
HSL 173.33º 0.07% 0.24% -
HSV(B) 173.33º 0.14% 0.25% -
XYZ 4.45 4.99 5.58 -
YUV 62.2 129.02 123.58 -
System Red Green Blue C M Y K H S L
Decimal 56 65 64 0.14 0 0.02 0.75 173.33 0.07 0.24
Hex 38 41 40 E 0 2 4B AD 7 18
Octal 70 101 100 16 0 2 113 255 7 30
Binary 111000 1000001 1000000 1110 0 10 1001011 10101101 111 11000

Color Harmonies of #384140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384140

Black with #384140

Text Example


Text Example

White with #384140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384140; }

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

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

background-color css

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

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

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

border-color css

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

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

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