Html Css Color HEX #384141 Firefly

📋 copy color: '#384141'

red 56 ◦ green 65 ◦ blue 65

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

Shades of Firefly #384141

Tints of Firefly #384141

RGB

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

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

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

R = 30.11%
G = 34.95%
B = 34.95%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#384141 (or 0x384141) is known color: Firefly. HEX triplet: 38, 41 and 41. RGB value is (56,65,65). Sum of RGB (Red+Green+Blue) = 56+65+65=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #384141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #384141 is #C7BEBE. Grayscale: #3E3E3E. Windows color (decimal): -13090495 or 4276536. OLE color: 4276536.

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

Color convert

RGB 56 65 65 -
CMYK 0.14 0 0 0.75
HSL 180º 0.07% 0.24% -
HSV(B) 180º 0.14% 0.25% -
XYZ 4.48 5 5.73 -
YUV 62.31 129.52 123.5 -
System Red Green Blue C M Y K H S L
Decimal 56 65 65 0.14 0 0 0.75 180 0.07 0.24
Hex 38 41 41 E 0 0 4B B4 7 18
Octal 70 101 101 16 0 0 113 264 7 30
Binary 111000 1000001 1000001 1110 0 0 1001011 10110100 111 11000

Color Harmonies of #384141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #384141

Black with #384141

Text Example


Text Example

White with #384141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #384141; }

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

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

background-color css

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

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

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

border-color css

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

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

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