Html Css Color HEX #383638 Fuscous Grey

📋 copy color: '#383638'

red 56 ◦ green 54 ◦ blue 56

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

Shades of Fuscous Grey #383638

Tints of Fuscous Grey #383638

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.53%

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

R = 33.73%
G = 32.53%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#383638 (or 0x383638) is known color: Fuscous Grey. HEX triplet: 38, 36 and 38. RGB value is (56,54,56). Sum of RGB (Red+Green+Blue) = 56+54+56=166 (21% of max value = 765). Red value is 56 (22.27% from 255 or 33.73% from 166); Green value is 54 (21.48% from 255 or 32.53% from 166); Blue value is 56 (22.27% from 255 or 33.73% from 166); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #383638 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383638 is #C7C9C7. Grayscale: #363636. Windows color (decimal): -13093320 or 3683896. OLE color: 3683896.

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

Color convert

RGB 56 54 56 -
CMYK 0 0.04 0 0.78
HSL 300º 0.02% 0.22% -
HSV(B) 300º 0.04% 0.22% -
XYZ 3.66 3.76 4.27 -
YUV 54.83 128.66 128.84 -
System Red Green Blue C M Y K H S L
Decimal 56 54 56 0 0.04 0 0.78 300 0.02 0.22
Hex 38 36 38 0 4 0 4E 12C 2 16
Octal 70 66 70 0 4 0 116 454 2 26
Binary 111000 110110 111000 0 100 0 1001110 100101100 10 10110

Color Harmonies of #383638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383638

Black with #383638

Text Example


Text Example

White with #383638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383638; }

 p { color: rgb(56,54,56); }

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

background-color css

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

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

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

border-color css

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

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

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