Html Css Color HEX #384241 Firefly

📋 copy color: '#384241'

red 56 ◦ green 66 ◦ blue 65

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

Shades of Firefly #384241

Tints of Firefly #384241

RGB

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

 GREEN value IS 66 (26.17% from 255) = 35.29%

 BLUE value IS 65 (25.78% from 255) = 34.76%

R = 29.95%
G = 35.29%
B = 34.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#384241 (or 0x384241) is known color: Firefly. HEX triplet: 38, 42 and 41. RGB value is (56,66,65). Sum of RGB (Red+Green+Blue) = 56+66+65=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 66 (26.17% from 255 or 35.29% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 66 - color contains mainly: green. Hex color #384241 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384241 is #C7BDBE. Grayscale: #3E3E3E. Windows color (decimal): -13090239 or 4276792. OLE color: 4276792.

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

Color convert

RGB 56 66 65 -
CMYK 0.15 0 0.02 0.74
HSL 174º 0.08% 0.24% -
HSV(B) 174º 0.15% 0.26% -
XYZ 4.53 5.12 5.75 -
YUV 62.9 129.19 123.08 -
System Red Green Blue C M Y K H S L
Decimal 56 66 65 0.15 0 0.02 0.74 174 0.08 0.24
Hex 38 42 41 F 0 2 4A AE 8 18
Octal 70 102 101 17 0 2 112 256 10 30
Binary 111000 1000010 1000001 1111 0 10 1001010 10101110 1000 11000

Color Harmonies of #384241

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384241

Black with #384241

Text Example


Text Example

White with #384241

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384241; }

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

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

background-color css

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

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

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

border-color css

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

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

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