Html Css Color HEX #423441 Fuscous Grey

📋 copy color: '#423441'

red 66 ◦ green 52 ◦ blue 65

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

Shades of Fuscous Grey #423441

Tints of Fuscous Grey #423441

RGB

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

 GREEN value IS 52 (20.7% from 255) = 28.42%

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

R = 36.07%
G = 28.42%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.02

 K value IS 0.74

RGB Variations

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

Color information

#423441 (or 0x423441) is known color: Fuscous Grey. HEX triplet: 42, 34 and 41. RGB value is (66,52,65). Sum of RGB (Red+Green+Blue) = 66+52+65=183 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.07% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 65 (25.78% from 255 or 35.52% from 183); Max value from RGB is 66 - color contains mainly: red. Hex color #423441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423441 is #BDCBBE. Grayscale: #393939. Windows color (decimal): -12438463 or 4273218. OLE color: 4273218.

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

Color convert

RGB 66 52 65 -
CMYK 0 0.21 0.02 0.74
HSL 304.29º 0.12% 0.23% -
HSV(B) 304.29º 0.21% 0.26% -
XYZ 4.43 4 5.54 -
YUV 57.67 132.14 133.94 -
System Red Green Blue C M Y K H S L
Decimal 66 52 65 0 0.21 0.02 0.74 304.29 0.12 0.23
Hex 42 34 41 0 15 2 4A 130 C 17
Octal 102 64 101 0 25 2 112 460 14 27
Binary 1000010 110100 1000001 0 10101 10 1001010 100110000 1100 10111

Color Harmonies of #423441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423441

Black with #423441

Text Example


Text Example

White with #423441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423441; }

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

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

background-color css

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

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

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

border-color css

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

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

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