Html Css Color HEX #334242 Firefly

📋 copy color: '#334242'

red 51 ◦ green 66 ◦ blue 66

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

Shades of Firefly #334242

Tints of Firefly #334242

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.07%

 BLUE value IS 66 (26.17% from 255) = 36.07%

R = 27.87%
G = 36.07%
B = 36.07%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#334242 (or 0x334242) is known color: Firefly. HEX triplet: 33, 42 and 42. RGB value is (51,66,66). Sum of RGB (Red+Green+Blue) = 51+66+66=183 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.87% from 183); Green value is 66 (26.17% from 255 or 36.07% from 183); Blue value is 66 (26.17% from 255 or 36.07% from 183); Max value from RGB is 66 - color contains mainly: green, blue. Hex color #334242 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334242 is #CCBDBD. Grayscale: #3D3D3D. Windows color (decimal): -13417918 or 4342323. OLE color: 4342323.

HSL color Cylindrical-coordinate representation of color #334242: hue angle of 180º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #334242 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 51 66 66 -
CMYK 0.23 0 0 0.74
HSL 180º 0.13% 0.23% -
HSV(B) 180º 0.23% 0.26% -
XYZ 4.3 4.99 5.89 -
YUV 61.52 130.53 120.5 -
System Red Green Blue C M Y K H S L
Decimal 51 66 66 0.23 0 0 0.74 180 0.13 0.23
Hex 33 42 42 17 0 0 4A B4 D 17
Octal 63 102 102 27 0 0 112 264 15 27
Binary 110011 1000010 1000010 10111 0 0 1001010 10110100 1101 10111

Color Harmonies of #334242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334242

Black with #334242

Text Example


Text Example

White with #334242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334242; }

 p { color: rgb(51,66,66); }

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

background-color css

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

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

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

border-color css

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

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

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