#284141

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

Shades of Firefly #284141

Tints of Firefly #284141

Color information

#284141 (or 0x284141) is unknown color: approx Firefly. HEX triplet: 28, 41 and 41. RGB value is (40,65,65). Sum of RGB (Red+Green+Blue) = 40+65+65=170 (22% of max value = 765). Red value is 40 (16.02% from 255 or 23.53% from 170); Green value is 65 (25.78% from 255 or 38.24% from 170); Blue value is 65 (25.78% from 255 or 38.24% from 170); Max value from RGB is 65 - color contains mainly: green, blue. Hex color #284141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #284141 is #D7BEBE. Grayscale: #393939. Windows color (decimal): -14139071 or 4276520. OLE color: 4276520.

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

Color convert

RGB406565-
CMYK0.38000.75
HSL180º23.81%20.59%-
HSV(B)180º38.46%25.49%-
XYZ3.724.615.7-
YUV57.53132.22115.5-

RGB Variations

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

RGB

RED value IS 40 (16.02% from 255) = 23.53%
GREEN value IS 65 (25.78% from 255) = 38.24%
BLUE value IS 65 (25.78% from 255) = 38.24%
R=23.53%
G=38.24%
B=38.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4065650.38000.7518023.8120.59
Hex28414126004Bb41815
Octal5010110146001132643025
Binary10100010000011000001100110001001011101101001100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #284141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #284141; }

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

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

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

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

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

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

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

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