Html Css Color HEX #423043 Fuscous Grey

📋 copy color: '#423043'

red 66 ◦ green 48 ◦ blue 67

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

Shades of Fuscous Grey #423043

Tints of Fuscous Grey #423043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 37.02%

R = 36.46%
G = 26.52%
B = 37.02%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#423043 (or 0x423043) is known color: Fuscous Grey. HEX triplet: 42, 30 and 43. RGB value is (66,48,67). Sum of RGB (Red+Green+Blue) = 66+48+67=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 67 (26.56% from 255 or 37.02% from 181); Max value from RGB is 67 - color contains mainly: blue. Hex color #423043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #423043 is #BDCFBC. Grayscale: #373737. Windows color (decimal): -12439485 or 4403266. OLE color: 4403266.

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

Color convert

RGB 66 48 67 -
CMYK 0.01 0.28 0 0.74
HSL 296.84º 0.17% 0.23% -
HSV(B) 296.84º 0.28% 0.26% -
XYZ 4.32 3.68 5.79 -
YUV 55.55 134.46 135.46 -
System Red Green Blue C M Y K H S L
Decimal 66 48 67 0.01 0.28 0 0.74 296.84 0.17 0.23
Hex 42 30 43 1 1C 0 4A 129 11 17
Octal 102 60 103 1 34 0 112 451 21 27
Binary 1000010 110000 1000011 1 11100 0 1001010 100101001 10001 10111

Color Harmonies of #423043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #423043

Black with #423043

Text Example


Text Example

White with #423043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #423043; }

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

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

background-color css

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

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

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

border-color css

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

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

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