Html Css Color HEX #3B4543 Firefly

📋 copy color: '#3B4543'

red 59 ◦ green 69 ◦ blue 67

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

Shades of Firefly #3B4543

Tints of Firefly #3B4543

RGB

 RED value IS 59 (23.44% from 255) = 30.26%

 GREEN value IS 69 (27.34% from 255) = 35.38%

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

R = 30.26%
G = 35.38%
B = 34.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.03

 K value IS 0.73

RGB Variations

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

Color information

#3B4543 (or 0x3B4543) is known color: Firefly. HEX triplet: 3B, 45 and 43. RGB value is (59,69,67). Sum of RGB (Red+Green+Blue) = 59+69+67=195 (25% of max value = 765). Red value is 59 (23.44% from 255 or 30.26% from 195); Green value is 69 (27.34% from 255 or 35.38% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 69 - color contains mainly: green. Hex color #3B4543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B4543 is #C4BABC. Grayscale: #414141. Windows color (decimal): -12892861 or 4408635. OLE color: 4408635.

HSL color Cylindrical-coordinate representation of color #3B4543: hue angle of 168º degrees, saturation: 0.08, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3B4543 is Cyan = 0.14, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB 59 69 67 -
CMYK 0.14 0 0.03 0.73
HSL 168º 0.08% 0.25% -
HSV(B) 168º 0.14% 0.27% -
XYZ 4.94 5.59 6.13 -
YUV 65.78 128.69 123.16 -
System Red Green Blue C M Y K H S L
Decimal 59 69 67 0.14 0 0.03 0.73 168 0.08 0.25
Hex 3B 45 43 E 0 3 49 A8 8 19
Octal 73 105 103 16 0 3 111 250 10 31
Binary 111011 1000101 1000011 1110 0 11 1001001 10101000 1000 11001

Color Harmonies of #3B4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B4543

Black with #3B4543

Text Example


Text Example

White with #3B4543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B4543; }

 p { color: rgb(59,69,67); }

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

background-color css

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

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

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

border-color css

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

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

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