Html Css Color HEX #304141 Firefly

📋 copy color: '#304141'

red 48 ◦ green 65 ◦ blue 65

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

Shades of Firefly #304141

Tints of Firefly #304141

RGB

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

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

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

R = 26.97%
G = 36.52%
B = 36.52%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#304141 (or 0x304141) is known color: Firefly. HEX triplet: 30, 41 and 41. RGB value is (48,65,65). Sum of RGB (Red+Green+Blue) = 48+65+65=178 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.97% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #304141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304141 is #CFBEBE. Grayscale: #3B3B3B. Windows color (decimal): -13614783 or 4276528. OLE color: 4276528.

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

Color convert

RGB 48 65 65 -
CMYK 0.26 0 0 0.75
HSL 180º 0.15% 0.22% -
HSV(B) 180º 0.26% 0.25% -
XYZ 4.06 4.79 5.71 -
YUV 59.92 130.87 119.5 -
System Red Green Blue C M Y K H S L
Decimal 48 65 65 0.26 0 0 0.75 180 0.15 0.22
Hex 30 41 41 1A 0 0 4B B4 F 16
Octal 60 101 101 32 0 0 113 264 17 26
Binary 110000 1000001 1000001 11010 0 0 1001011 10110100 1111 10110

Color Harmonies of #304141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304141

Black with #304141

Text Example


Text Example

White with #304141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304141; }

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

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

background-color css

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

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

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

border-color css

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

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

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