Html Css Color HEX #3A413F Firefly

📋 copy color: '#3A413F'

red 58 ◦ green 65 ◦ blue 63

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

Shades of Firefly #3A413F

Tints of Firefly #3A413F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 33.87%

R = 31.18%
G = 34.95%
B = 33.87%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#3A413F (or 0x3A413F) is known color: Firefly. HEX triplet: 3A, 41 and 3F. RGB value is (58,65,63). Sum of RGB (Red+Green+Blue) = 58+65+63=186 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.18% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 65 - color contains mainly: green. Hex color #3A413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A413F is #C5BEC0. Grayscale: #3E3E3E. Windows color (decimal): -12959425 or 4145466. OLE color: 4145466.

HSL color Cylindrical-coordinate representation of color #3A413F: hue angle of 162.86º 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 #3A413F is Cyan = 0.11, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 58 65 63 -
CMYK 0.11 0 0.03 0.75
HSL 162.86º 0.06% 0.24% -
HSV(B) 162.86º 0.11% 0.25% -
XYZ 4.53 5.04 5.44 -
YUV 62.68 128.18 124.66 -
System Red Green Blue C M Y K H S L
Decimal 58 65 63 0.11 0 0.03 0.75 162.86 0.06 0.24
Hex 3A 41 3F B 0 3 4B A3 6 18
Octal 72 101 77 13 0 3 113 243 6 30
Binary 111010 1000001 111111 1011 0 11 1001011 10100011 110 11000

Color Harmonies of #3A413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A413F

Black with #3A413F

Text Example


Text Example

White with #3A413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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