Html Css Color HEX #384340 Firefly

📋 copy color: '#384340'

red 56 ◦ green 67 ◦ blue 64

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

Shades of Firefly #384340

Tints of Firefly #384340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 35.83%

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

R = 29.95%
G = 35.83%
B = 34.22%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.74

RGB Variations

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

Color information

#384340 (or 0x384340) is known color: Firefly. HEX triplet: 38, 43 and 40. RGB value is (56,67,64). Sum of RGB (Red+Green+Blue) = 56+67+64=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 67 (26.56% from 255 or 35.83% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 67 - color contains mainly: green. Hex color #384340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384340 is #C7BCBF. Grayscale: #3F3F3F. Windows color (decimal): -13089984 or 4211512. OLE color: 4211512.

HSL color Cylindrical-coordinate representation of color #384340: hue angle of 163.64º degrees, saturation: 0.09, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #384340 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 64 -
CMYK 0.16 0 0.04 0.74
HSL 163.64º 0.09% 0.24% -
HSV(B) 163.64º 0.16% 0.26% -
XYZ 4.56 5.23 5.62 -
YUV 63.37 128.36 122.74 -
System Red Green Blue C M Y K H S L
Decimal 56 67 64 0.16 0 0.04 0.74 163.64 0.09 0.24
Hex 38 43 40 10 0 4 4A A4 9 18
Octal 70 103 100 20 0 4 112 244 11 30
Binary 111000 1000011 1000000 10000 0 100 1001010 10100100 1001 11000

Color Harmonies of #384340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384340

Black with #384340

Text Example


Text Example

White with #384340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384340; }

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

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

background-color css

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

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

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

border-color css

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

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

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