Html Css Color HEX #303D3C Firefly

📋 copy color: '#303D3C'

red 48 ◦ green 61 ◦ blue 60

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

Shades of Firefly #303D3C

Tints of Firefly #303D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 36.09%

 BLUE value IS 60 (23.83% from 255) = 35.5%

R = 28.4%
G = 36.09%
B = 35.5%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.76

RGB Variations

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

Color information

#303D3C (or 0x303D3C) is known color: Firefly. HEX triplet: 30, 3D and 3C. RGB value is (48,61,60). Sum of RGB (Red+Green+Blue) = 48+61+60=169 (22% of max value = 765). Red value is 48 (19.14% from 255 or 28.40% from 169); Green value is 61 (24.22% from 255 or 36.09% from 169); Blue value is 60 (23.83% from 255 or 35.50% from 169); Max value from RGB is 61 - color contains mainly: green. Hex color #303D3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D3C is #CFC2C3. Grayscale: #383838. Windows color (decimal): -13615812 or 3947824. OLE color: 3947824.

HSL color Cylindrical-coordinate representation of color #303D3C: hue angle of 175.38º degrees, saturation: 0.12, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #303D3C is Cyan = 0.21, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.76.

Color convert

RGB 48 61 60 -
CMYK 0.21 0 0.02 0.76
HSL 175.38º 0.12% 0.21% -
HSV(B) 175.38º 0.21% 0.24% -
XYZ 3.7 4.29 4.91 -
YUV 57 129.69 121.58 -
System Red Green Blue C M Y K H S L
Decimal 48 61 60 0.21 0 0.02 0.76 175.38 0.12 0.21
Hex 30 3D 3C 15 0 2 4C AF C 15
Octal 60 75 74 25 0 2 114 257 14 25
Binary 110000 111101 111100 10101 0 10 1001100 10101111 1100 10101

Color Harmonies of #303D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303D3C

Black with #303D3C

Text Example


Text Example

White with #303D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,61,60); }

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

background-color css

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

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

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

border-color css

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

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

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