Html Css Color HEX #30413F Firefly

📋 copy color: '#30413F'

red 48 ◦ green 65 ◦ blue 63

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

Shades of Firefly #30413F

Tints of Firefly #30413F

RGB

 RED value IS 48 (19.14% from 255) = 27.27%

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

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

R = 27.27%
G = 36.93%
B = 35.8%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#30413F (or 0x30413F) is known color: Firefly. HEX triplet: 30, 41 and 3F. RGB value is (48,65,63). Sum of RGB (Red+Green+Blue) = 48+65+63=176 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.27% from 176); Green value is 65 (25.78% from 255 or 36.93% from 176); Blue value is 63 (25% from 255 or 35.80% from 176); Max value from RGB is 65 - color contains mainly: green. Hex color #30413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30413F is #CFBEC0. Grayscale: #3B3B3B. Windows color (decimal): -13614785 or 4145456. OLE color: 4145456.

HSL color Cylindrical-coordinate representation of color #30413F: hue angle of 172.94º degrees, saturation: 0.15, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #30413F is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 48 65 63 -
CMYK 0.26 0 0.03 0.75
HSL 172.94º 0.15% 0.22% -
HSV(B) 172.94º 0.26% 0.25% -
XYZ 4.01 4.77 5.41 -
YUV 59.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 48 65 63 0.26 0 0.03 0.75 172.94 0.15 0.22
Hex 30 41 3F 1A 0 3 4B AD F 16
Octal 60 101 77 32 0 3 113 255 17 26
Binary 110000 1000001 111111 11010 0 11 1001011 10101101 1111 10110

Color Harmonies of #30413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30413F

Black with #30413F

Text Example


Text Example

White with #30413F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30413F; }

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

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

background-color css

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

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

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

border-color css

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

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

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