Html Css Color HEX #424142 Fuscous Grey

📋 copy color: '#424142'

red 66 ◦ green 65 ◦ blue 66

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

Shades of Fuscous Grey #424142

Tints of Fuscous Grey #424142

RGB

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

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

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

R = 33.5%
G = 32.99%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#424142 (or 0x424142) is known color: Fuscous Grey. HEX triplet: 42, 41 and 42. RGB value is (66,65,66). Sum of RGB (Red+Green+Blue) = 66+65+66=197 (26% of max value = 765). Red value is 66 (26.17% from 255 or 33.50% from 197); Green value is 65 (25.78% from 255 or 32.99% from 197); Blue value is 66 (26.17% from 255 or 33.50% from 197); Max value from RGB is 66 - color contains mainly: red, blue. Hex color #424142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #424142 is #BDBEBD. Grayscale: #414141. Windows color (decimal): -12435134 or 4342082. OLE color: 4342082.

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

Color convert

RGB 66 65 66 -
CMYK 0 0.02 0 0.74
HSL 300º 0.01% 0.26% -
HSV(B) 300º 0.02% 0.26% -
XYZ 5.12 5.33 5.91 -
YUV 65.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 66 65 66 0 0.02 0 0.74 300 0.01 0.26
Hex 42 41 42 0 2 0 4A 12C 1 1A
Octal 102 101 102 0 2 0 112 454 1 32
Binary 1000010 1000001 1000010 0 10 0 1001010 100101100 1 11010

Color Harmonies of #424142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #424142

Black with #424142

Text Example


Text Example

White with #424142

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #424142; }

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

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

background-color css

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

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

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

border-color css

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

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

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