Html Css Color HEX #304341 Firefly

📋 copy color: '#304341'

red 48 ◦ green 67 ◦ blue 65

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

Shades of Firefly #304341

Tints of Firefly #304341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 37.22%

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

R = 26.67%
G = 37.22%
B = 36.11%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.03

 K value IS 0.74

RGB Variations

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

Color information

#304341 (or 0x304341) is known color: Firefly. HEX triplet: 30, 43 and 41. RGB value is (48,67,65). Sum of RGB (Red+Green+Blue) = 48+67+65=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 67 (26.56% from 255 or 37.22% from 180); Blue value is 65 (25.78% from 255 or 36.11% from 180); Max value from RGB is 67 - color contains mainly: green. Hex color #304341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304341 is #CFBCBE. Grayscale: #3D3D3D. Windows color (decimal): -13614271 or 4277040. OLE color: 4277040.

HSL color Cylindrical-coordinate representation of color #304341: hue angle of 173.68º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #304341 is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.74.

Color convert

RGB 48 67 65 -
CMYK 0.28 0 0.03 0.74
HSL 173.68º 0.17% 0.23% -
HSV(B) 173.68º 0.28% 0.26% -
XYZ 4.18 5.02 5.75 -
YUV 61.09 130.21 118.66 -
System Red Green Blue C M Y K H S L
Decimal 48 67 65 0.28 0 0.03 0.74 173.68 0.17 0.23
Hex 30 43 41 1C 0 3 4A AE 11 17
Octal 60 103 101 34 0 3 112 256 21 27
Binary 110000 1000011 1000001 11100 0 11 1001010 10101110 10001 10111

Color Harmonies of #304341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304341

Black with #304341

Text Example


Text Example

White with #304341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304341; }

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

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

background-color css

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

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

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

border-color css

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

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

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