Html Css Color HEX #33413F Firefly

📋 copy color: '#33413F'

red 51 ◦ green 65 ◦ blue 63

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

Shades of Firefly #33413F

Tints of Firefly #33413F

RGB

 RED value IS 51 (20.31% from 255) = 28.49%

 GREEN value IS 65 (25.78% from 255) = 36.31%

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

R = 28.49%
G = 36.31%
B = 35.2%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#33413F (or 0x33413F) is known color: Firefly. HEX triplet: 33, 41 and 3F. RGB value is (51,65,63). Sum of RGB (Red+Green+Blue) = 51+65+63=179 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.49% from 179); Green value is 65 (25.78% from 255 or 36.31% from 179); Blue value is 63 (25% from 255 or 35.20% from 179); Max value from RGB is 65 - color contains mainly: green. Hex color #33413F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33413F is #CCBEC0. Grayscale: #3C3C3C. Windows color (decimal): -13418177 or 4145459. OLE color: 4145459.

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

Color convert

RGB 51 65 63 -
CMYK 0.22 0 0.03 0.75
HSL 171.43º 0.12% 0.23% -
HSV(B) 171.43º 0.22% 0.25% -
XYZ 4.15 4.84 5.42 -
YUV 60.59 129.36 121.16 -
System Red Green Blue C M Y K H S L
Decimal 51 65 63 0.22 0 0.03 0.75 171.43 0.12 0.23
Hex 33 41 3F 16 0 3 4B AB C 17
Octal 63 101 77 26 0 3 113 253 14 27
Binary 110011 1000001 111111 10110 0 11 1001011 10101011 1100 10111

Color Harmonies of #33413F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33413F

Black with #33413F

Text Example


Text Example

White with #33413F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,65,63); }

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

background-color css

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

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

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

border-color css

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

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

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