Html Css Color HEX #423044 Fuscous Grey

📋 copy color: '#423044'

red 66 ◦ green 48 ◦ blue 68

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

Shades of Fuscous Grey #423044

Tints of Fuscous Grey #423044

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.37%

 BLUE value IS 68 (26.95% from 255) = 37.36%

R = 36.26%
G = 26.37%
B = 37.36%

CMYK

 C value IS 0.03

 M value IS 0.29

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#423044 (or 0x423044) is known color: Fuscous Grey. HEX triplet: 42, 30 and 44. RGB value is (66,48,68). Sum of RGB (Red+Green+Blue) = 66+48+68=182 (24% of max value = 765). Red value is 66 (26.17% from 255 or 36.26% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 68 (26.95% from 255 or 37.36% from 182); Max value from RGB is 68 - color contains mainly: blue. Hex color #423044 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423044 is #BDCFBB. Grayscale: #373737. Windows color (decimal): -12439484 or 4468802. OLE color: 4468802.

HSL color Cylindrical-coordinate representation of color #423044: hue angle of 294º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #423044 is Cyan = 0.03, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 66 48 68 -
CMYK 0.03 0.29 0 0.73
HSL 294º 0.17% 0.23% -
HSV(B) 294º 0.29% 0.27% -
XYZ 4.35 3.69 5.95 -
YUV 55.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 66 48 68 0.03 0.29 0 0.73 294 0.17 0.23
Hex 42 30 44 3 1D 0 49 126 11 17
Octal 102 60 104 3 35 0 111 446 21 27
Binary 1000010 110000 1000100 11 11101 0 1001001 100100110 10001 10111

Color Harmonies of #423044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423044

Black with #423044

Text Example


Text Example

White with #423044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423044; }

 p { color: rgb(66,48,68); }

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

background-color css

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

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

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

border-color css

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

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

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