Html Css Color HEX #423D42 Fuscous Grey

📋 copy color: '#423D42'

red 66 ◦ green 61 ◦ blue 66

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

Shades of Fuscous Grey #423D42

Tints of Fuscous Grey #423D42

RGB

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

 GREEN value IS 61 (24.22% from 255) = 31.61%

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

R = 34.2%
G = 31.61%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#423D42 (or 0x423D42) is known color: Fuscous Grey. HEX triplet: 42, 3D and 42. RGB value is (66,61,66). Sum of RGB (Red+Green+Blue) = 66+61+66=193 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.20% from 193); Green value is 61 (24.22% from 255 or 31.61% from 193); Blue value is 66 (26.17% from 255 or 34.20% from 193); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #423D42 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423D42 is #BDC2BD. Grayscale: #3F3F3F. Windows color (decimal): -12436158 or 4341058. OLE color: 4341058.

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

Color convert

RGB 66 61 66 -
CMYK 0 0.08 0 0.74
HSL 300º 0.04% 0.25% -
HSV(B) 300º 0.08% 0.26% -
XYZ 4.9 4.89 5.84 -
YUV 63.07 129.66 130.09 -
System Red Green Blue C M Y K H S L
Decimal 66 61 66 0 0.08 0 0.74 300 0.04 0.25
Hex 42 3D 42 0 8 0 4A 12C 4 19
Octal 102 75 102 0 10 0 112 454 4 31
Binary 1000010 111101 1000010 0 1000 0 1001010 100101100 100 11001

Color Harmonies of #423D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423D42

Black with #423D42

Text Example


Text Example

White with #423D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423D42; }

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

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

background-color css

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

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

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

border-color css

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

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

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