Html Css Color HEX #303F3F Firefly

📋 copy color: '#303F3F'

red 48 ◦ green 63 ◦ blue 63

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

Shades of Firefly #303F3F

Tints of Firefly #303F3F

RGB

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

 GREEN value IS 63 (25% from 255) = 36.21%

 BLUE value IS 63 (25% from 255) = 36.21%

R = 27.59%
G = 36.21%
B = 36.21%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#303F3F (or 0x303F3F) is known color: Firefly. HEX triplet: 30, 3F and 3F. RGB value is (48,63,63). Sum of RGB (Red+Green+Blue) = 48+63+63=174 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.59% from 174); Green value is 63 (25% from 255 or 36.21% from 174); Blue value is 63 (25% from 255 or 36.21% from 174); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #303F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303F3F is #CFC0C0. Grayscale: #3A3A3A. Windows color (decimal): -13615297 or 4144944. OLE color: 4144944.

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

Color convert

RGB 48 63 63 -
CMYK 0.24 0 0 0.75
HSL 180º 0.14% 0.22% -
HSV(B) 180º 0.24% 0.25% -
XYZ 3.89 4.54 5.37 -
YUV 58.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 48 63 63 0.24 0 0 0.75 180 0.14 0.22
Hex 30 3F 3F 18 0 0 4B B4 E 16
Octal 60 77 77 30 0 0 113 264 16 26
Binary 110000 111111 111111 11000 0 0 1001011 10110100 1110 10110

Color Harmonies of #303F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303F3F

Black with #303F3F

Text Example


Text Example

White with #303F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303F3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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