Html Css Color HEX #3C4141 Firefly

📋 copy color: '#3C4141'

red 60 ◦ green 65 ◦ blue 65

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

Shades of Firefly #3C4141

Tints of Firefly #3C4141

RGB

 RED value IS 60 (23.83% from 255) = 31.58%

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

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

R = 31.58%
G = 34.21%
B = 34.21%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#3C4141 (or 0x3C4141) is known color: Firefly. HEX triplet: 3C, 41 and 41. RGB value is (60,65,65). Sum of RGB (Red+Green+Blue) = 60+65+65=190 (25% of max value = 765). Red value is 60 (23.83% from 255 or 31.58% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #3C4141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4141 is #C3BEBE. Grayscale: #3F3F3F. Windows color (decimal): -12828351 or 4276540. OLE color: 4276540.

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

Color convert

RGB 60 65 65 -
CMYK 0.08 0 0 0.75
HSL 180º 0.04% 0.25% -
HSV(B) 180º 0.08% 0.25% -
XYZ 4.71 5.12 5.74 -
YUV 63.51 128.84 125.5 -
System Red Green Blue C M Y K H S L
Decimal 60 65 65 0.08 0 0 0.75 180 0.04 0.25
Hex 3C 41 41 8 0 0 4B B4 4 19
Octal 74 101 101 10 0 0 113 264 4 31
Binary 111100 1000001 1000001 1000 0 0 1001011 10110100 100 11001

Color Harmonies of #3C4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C4141

Black with #3C4141

Text Example


Text Example

White with #3C4141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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