Html Css Color HEX #3A4141 Firefly

📋 copy color: '#3A4141'

red 58 ◦ green 65 ◦ blue 65

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

Shades of Firefly #3A4141

Tints of Firefly #3A4141

RGB

 RED value IS 58 (23.05% from 255) = 30.85%

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

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

R = 30.85%
G = 34.57%
B = 34.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3A4141 (or 0x3A4141) is known color: Firefly. HEX triplet: 3A, 41 and 41. RGB value is (58,65,65). Sum of RGB (Red+Green+Blue) = 58+65+65=188 (24% of max value = 765). Red value is 58 (23.05% from 255 or 30.85% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #3A4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4141 is #C5BEBE. Grayscale: #3E3E3E. Windows color (decimal): -12959423 or 4276538. OLE color: 4276538.

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

Color convert

RGB 58 65 65 -
CMYK 0.11 0 0 0.75
HSL 180º 0.06% 0.24% -
HSV(B) 180º 0.11% 0.25% -
XYZ 4.59 5.06 5.74 -
YUV 62.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 58 65 65 0.11 0 0 0.75 180 0.06 0.24
Hex 3A 41 41 B 0 0 4B B4 6 18
Octal 72 101 101 13 0 0 113 264 6 30
Binary 111010 1000001 1000001 1011 0 0 1001011 10110100 110 11000

Color Harmonies of #3A4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A4141

Black with #3A4141

Text Example


Text Example

White with #3A4141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3A4141; }

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

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

background-color css

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

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

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

border-color css

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

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

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