Html Css Color HEX #423741 Fuscous Grey

📋 copy color: '#423741'

red 66 ◦ green 55 ◦ blue 65

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

Shades of Fuscous Grey #423741

Tints of Fuscous Grey #423741

RGB

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

 GREEN value IS 55 (21.88% from 255) = 29.57%

 BLUE value IS 65 (25.78% from 255) = 34.95%

R = 35.48%
G = 29.57%
B = 34.95%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#423741 (or 0x423741) is known color: Fuscous Grey. HEX triplet: 42, 37 and 41. RGB value is (66,55,65). Sum of RGB (Red+Green+Blue) = 66+55+65=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 55 (21.88% from 255 or 29.57% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 66 - color contains mainly: red. Hex color #423741 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423741 is #BDC8BE. Grayscale: #3B3B3B. Windows color (decimal): -12437695 or 4273986. OLE color: 4273986.

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

Color convert

RGB 66 55 65 -
CMYK 0 0.17 0.02 0.74
HSL 305.45º 0.09% 0.24% -
HSV(B) 305.45º 0.17% 0.26% -
XYZ 4.57 4.27 5.58 -
YUV 59.43 131.14 132.69 -
System Red Green Blue C M Y K H S L
Decimal 66 55 65 0 0.17 0.02 0.74 305.45 0.09 0.24
Hex 42 37 41 0 11 2 4A 131 9 18
Octal 102 67 101 0 21 2 112 461 11 30
Binary 1000010 110111 1000001 0 10001 10 1001010 100110001 1001 11000

Color Harmonies of #423741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423741

Black with #423741

Text Example


Text Example

White with #423741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423741; }

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

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

background-color css

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

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

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

border-color css

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

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

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