Html Css Color HEX #30403F Firefly

📋 copy color: '#30403F'

red 48 ◦ green 64 ◦ blue 63

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

Shades of Firefly #30403F

Tints of Firefly #30403F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 36.57%

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

R = 27.43%
G = 36.57%
B = 36%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.75

RGB Variations

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

Color information

#30403F (or 0x30403F) is known color: Firefly. HEX triplet: 30, 40 and 3F. RGB value is (48,64,63). Sum of RGB (Red+Green+Blue) = 48+64+63=175 (23% of max value = 765). Red value is 48 (19.14% from 255 or 27.43% from 175); Green value is 64 (25.39% from 255 or 36.57% from 175); Blue value is 63 (25% from 255 or 36% from 175); Max value from RGB is 64 - color contains mainly: green. Hex color #30403F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #30403F is #CFBFC0. Grayscale: #3B3B3B. Windows color (decimal): -13615041 or 4145200. OLE color: 4145200.

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

Color convert

RGB 48 64 63 -
CMYK 0.25 0 0.02 0.75
HSL 176.25º 0.14% 0.22% -
HSV(B) 176.25º 0.25% 0.25% -
XYZ 3.95 4.65 5.39 -
YUV 59.1 130.2 120.08 -
System Red Green Blue C M Y K H S L
Decimal 48 64 63 0.25 0 0.02 0.75 176.25 0.14 0.22
Hex 30 40 3F 19 0 2 4B B0 E 16
Octal 60 100 77 31 0 2 113 260 16 26
Binary 110000 1000000 111111 11001 0 10 1001011 10110000 1110 10110

Color Harmonies of #30403F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30403F

Black with #30403F

Text Example


Text Example

White with #30403F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30403F; }

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

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

background-color css

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

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

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

border-color css

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

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

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