Html Css Color HEX #383539 Fuscous Grey

📋 copy color: '#383539'

red 56 ◦ green 53 ◦ blue 57

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

Shades of Fuscous Grey #383539

Tints of Fuscous Grey #383539

RGB

 RED value IS 56 (22.27% from 255) = 33.73%

 GREEN value IS 53 (21.09% from 255) = 31.93%

 BLUE value IS 57 (22.66% from 255) = 34.34%

R = 33.73%
G = 31.93%
B = 34.34%

CMYK

 C value IS 0.02

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#383539 (or 0x383539) is known color: Fuscous Grey. HEX triplet: 38, 35 and 39. RGB value is (56,53,57). Sum of RGB (Red+Green+Blue) = 56+53+57=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 53 (21.09% from 255 or 31.93% from 166); Blue value is 57 (22.66% from 255 or 34.34% from 166); Max value from RGB is 57 - color contains mainly: blue. Hex color #383539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383539 is #C7CAC6. Grayscale: #363636. Windows color (decimal): -13093575 or 3749176. OLE color: 3749176.

HSL color Cylindrical-coordinate representation of color #383539: hue angle of 285º degrees, saturation: 0.04, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #383539 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 53 57 -
CMYK 0.02 0.07 0 0.78
HSL 285º 0.04% 0.22% -
HSV(B) 285º 0.07% 0.22% -
XYZ 3.64 3.68 4.39 -
YUV 54.35 129.49 129.17 -
System Red Green Blue C M Y K H S L
Decimal 56 53 57 0.02 0.07 0 0.78 285 0.04 0.22
Hex 38 35 39 2 7 0 4E 11D 4 16
Octal 70 65 71 2 7 0 116 435 4 26
Binary 111000 110101 111001 10 111 0 1001110 100011101 100 10110

Color Harmonies of #383539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383539

Black with #383539

Text Example


Text Example

White with #383539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383539; }

 p { color: rgb(56,53,57); }

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

background-color css

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

 a { background-color: rgb(56,53,57); }

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

border-color css

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

 span { border-color: rgb(56,53,57); }

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