#304441

Color #304441 Firefly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Firefly #304441

Tints of Firefly #304441

Color information

#304441 (or 0x304441) is unknown color: approx Firefly. HEX triplet: 30, 44 and 41. RGB value is (48,68,65). Sum of RGB (Red+Green+Blue) = 48+68+65=181 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.52% from 181); Green value is 68 (26.95% from 255 or 37.57% from 181); Blue value is 65 (25.78% from 255 or 35.91% from 181); Max value from RGB is 68 - color contains mainly: green. Hex color #304441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304441 is #CFBBBE. Grayscale: #3D3D3D. Windows color (decimal): -13614015 or 4277296. OLE color: 4277296.

HSL color Cylindrical-coordinate representation of color #304441: hue angle of 171º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #304441 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.73.

Color convert

RGB486865-
CMYK0.2900.040.73
HSL171º17.24%22.75%-
HSV(B)171º29.41%26.67%-
XYZ4.245.145.77-
YUV61.68129.87118.24-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 26.52%
GREEN value IS 68 (26.95% from 255) = 37.57%
BLUE value IS 65 (25.78% from 255) = 35.91%
R=26.52%
G=37.57%
B=35.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4868650.2900.040.7317117.2422.75
Hex3044411D0449ab1117
Octal6010410135041112532127
Binary110000100010010000011110101001001001101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #304441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #304441; }

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

 H1.HeaderClassName
 {
   color: #304441;
 }
 .AnyTagClassName
 {
   color: #304441;
 }
</style>
background-color css

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

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

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

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

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

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