Html Css Color HEX #304343 Firefly

📋 copy color: '#304343'

red 48 ◦ green 67 ◦ blue 67

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

Shades of Firefly #304343

Tints of Firefly #304343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 36.81%

R = 26.37%
G = 36.81%
B = 36.81%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#304343 (or 0x304343) is known color: Firefly. HEX triplet: 30, 43 and 43. RGB value is (48,67,67). Sum of RGB (Red+Green+Blue) = 48+67+67=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 67 (26.56% from 255 or 36.81% from 182); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #304343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #304343 is #CFBCBC. Grayscale: #3D3D3D. Windows color (decimal): -13614269 or 4408112. OLE color: 4408112.

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

Color convert

RGB 48 67 67 -
CMYK 0.28 0 0 0.74
HSL 180º 0.17% 0.23% -
HSV(B) 180º 0.28% 0.26% -
XYZ 4.24 5.05 6.06 -
YUV 61.32 131.21 118.5 -
System Red Green Blue C M Y K H S L
Decimal 48 67 67 0.28 0 0 0.74 180 0.17 0.23
Hex 30 43 43 1C 0 0 4A B4 11 17
Octal 60 103 103 34 0 0 112 264 21 27
Binary 110000 1000011 1000011 11100 0 0 1001010 10110100 10001 10111

Color Harmonies of #304343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #304343

Black with #304343

Text Example


Text Example

White with #304343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #304343; }

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

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

background-color css

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

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

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

border-color css

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

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

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