Html Css Color HEX #384341 Firefly

📋 copy color: '#384341'

red 56 ◦ green 67 ◦ blue 65

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

Shades of Firefly #384341

Tints of Firefly #384341

RGB

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

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

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

R = 29.79%
G = 35.64%
B = 34.57%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#384341 (or 0x384341) is known color: Firefly. HEX triplet: 38, 43 and 41. RGB value is (56,67,65). Sum of RGB (Red+Green+Blue) = 56+67+65=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 67 (26.56% from 255 or 35.64% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 67 - color contains mainly: green. Hex color #384341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384341 is #C7BCBE. Grayscale: #3F3F3F. Windows color (decimal): -13089983 or 4277048. OLE color: 4277048.

HSL color Cylindrical-coordinate representation of color #384341: hue angle of 169.09º 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 #384341 is Cyan = 0.16, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 56 67 65 -
CMYK 0.16 0 0.03 0.74
HSL 169.09º 0.09% 0.24% -
HSV(B) 169.09º 0.16% 0.26% -
XYZ 4.59 5.24 5.77 -
YUV 63.48 128.86 122.66 -
System Red Green Blue C M Y K H S L
Decimal 56 67 65 0.16 0 0.03 0.74 169.09 0.09 0.24
Hex 38 43 41 10 0 3 4A A9 9 18
Octal 70 103 101 20 0 3 112 251 11 30
Binary 111000 1000011 1000001 10000 0 11 1001010 10101001 1001 11000

Color Harmonies of #384341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384341

Black with #384341

Text Example


Text Example

White with #384341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384341; }

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

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

background-color css

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

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

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

border-color css

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

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

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