#423841

Color #423841 Fuscous Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fuscous Grey #423841

Tints of Fuscous Grey #423841

Color information

#423841 (or 0x423841) is unknown color: approx Fuscous Grey. HEX triplet: 42, 38 and 41. RGB value is (66,56,65). Sum of RGB (Red+Green+Blue) = 66+56+65=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 65 (25.78% from 255 or 34.76% from 187); Max value from RGB is 66 - color contains mainly: red. Hex color #423841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423841 is #BDC7BE. Grayscale: #3B3B3B. Windows color (decimal): -12437439 or 4274242. OLE color: 4274242.

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

Color convert

RGB665665-
CMYK00.150.020.74
HSL306º8.2%23.92%-
HSV(B)306º15.15%25.88%-
XYZ4.624.375.6-
YUV60.02130.81132.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 56 (22.27% from 255) = 29.95%
BLUE value IS 65 (25.78% from 255) = 34.76%
R=35.29%
G=29.95%
B=34.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal66566500.150.020.743068.223.92
Hex4238410F24A132818
Octal1027010101721124621030
Binary1000010111000100000101111101001010100110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423841; }

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

 H1.HeaderClassName
 {
   color: #423841;
 }
 .AnyTagClassName
 {
   color: #423841;
 }
</style>
background-color css

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

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

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

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

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

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