Html Css Color HEX #424343 Firefly

📋 copy color: '#424343'

red 66 ◦ green 67 ◦ blue 67

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

Shades of Firefly #424343

Tints of Firefly #424343

RGB

 RED value IS 66 (26.17% from 255) = 33%

 GREEN value IS 67 (26.56% from 255) = 33.5%

 BLUE value IS 67 (26.56% from 255) = 33.5%

R = 33%
G = 33.5%
B = 33.5%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#424343 (or 0x424343) is known color: Firefly. HEX triplet: 42, 43 and 43. RGB value is (66,67,67). Sum of RGB (Red+Green+Blue) = 66+67+67=200 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 67 - color contains mainly: green, blue. Hex color #424343 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424343 is #BDBCBC. Grayscale: #424242. Windows color (decimal): -12434621 or 4408130. OLE color: 4408130.

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

Color convert

RGB 66 67 67 -
CMYK 0.01 0 0 0.74
HSL 180º 0.01% 0.26% -
HSV(B) 180º 0.01% 0.26% -
XYZ 5.27 5.58 6.11 -
YUV 66.7 128.17 127.5 -
System Red Green Blue C M Y K H S L
Decimal 66 67 67 0.01 0 0 0.74 180 0.01 0.26
Hex 42 43 43 1 0 0 4A B4 1 1A
Octal 102 103 103 1 0 0 112 264 1 32
Binary 1000010 1000011 1000011 1 0 0 1001010 10110100 1 11010

Color Harmonies of #424343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424343

Black with #424343

Text Example


Text Example

White with #424343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424343; }

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

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

background-color css

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

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

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

border-color css

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

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

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