Html Css Color HEX #423841 Fuscous Grey

📋 copy color: '#423841'

red 66 ◦ green 56 ◦ blue 65

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

Shades of Fuscous Grey #423841

Tints of Fuscous Grey #423841

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 value IS 0

 M value IS 0.15

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#423841 (or 0x423841) is known color: 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

RGB 66 56 65 -
CMYK 0 0.15 0.02 0.74
HSL 306º 0.08% 0.24% -
HSV(B) 306º 0.15% 0.26% -
XYZ 4.62 4.37 5.6 -
YUV 60.02 130.81 132.27 -
System Red Green Blue C M Y K H S L
Decimal 66 56 65 0 0.15 0.02 0.74 306 0.08 0.24
Hex 42 38 41 0 F 2 4A 132 8 18
Octal 102 70 101 0 17 2 112 462 10 30
Binary 1000010 111000 1000001 0 1111 10 1001010 100110010 1000 11000

Color Harmonies of #423841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423841

Black with #423841

Text Example


Text Example

White with #423841

Text Example


Text Example

HTML Codes & Css Web 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>