Html Css Color HEX #3A403F Firefly

📋 copy color: '#3A403F'

red 58 ◦ green 64 ◦ blue 63

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

Shades of Firefly #3A403F

Tints of Firefly #3A403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 34.59%

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

R = 31.35%
G = 34.59%
B = 34.05%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#3A403F (or 0x3A403F) is known color: Firefly. HEX triplet: 3A, 40 and 3F. RGB value is (58,64,63). Sum of RGB (Red+Green+Blue) = 58+64+63=185 (24% of max value = 765). Red value is 58 (23.05% from 255 or 31.35% from 185); Green value is 64 (25.39% from 255 or 34.59% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 64 - color contains mainly: green. Hex color #3A403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A403F is #C5BFC0. Grayscale: #3E3E3E. Windows color (decimal): -12959681 or 4145210. OLE color: 4145210.

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

Color convert

RGB 58 64 63 -
CMYK 0.09 0 0.02 0.75
HSL 170º 0.05% 0.24% -
HSV(B) 170º 0.09% 0.25% -
XYZ 4.48 4.93 5.42 -
YUV 62.09 128.51 125.08 -
System Red Green Blue C M Y K H S L
Decimal 58 64 63 0.09 0 0.02 0.75 170 0.05 0.24
Hex 3A 40 3F 9 0 2 4B AA 5 18
Octal 72 100 77 11 0 2 113 252 5 30
Binary 111010 1000000 111111 1001 0 10 1001011 10101010 101 11000

Color Harmonies of #3A403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3A403F

Black with #3A403F

Text Example


Text Example

White with #3A403F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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