Html Css Color HEX #383738 Fuscous Grey

📋 copy color: '#383738'

red 56 ◦ green 55 ◦ blue 56

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

Shades of Fuscous Grey #383738

Tints of Fuscous Grey #383738

RGB

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

 GREEN value IS 55 (21.88% from 255) = 32.93%

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

R = 33.53%
G = 32.93%
B = 33.53%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#383738 (or 0x383738) is known color: Fuscous Grey. HEX triplet: 38, 37 and 38. RGB value is (56,55,56). Sum of RGB (Red+Green+Blue) = 56+55+56=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 55 (21.88% from 255 or 32.93% from 167); Blue value is 56 (22.27% from 255 or 33.53% from 167); Max value from RGB is 56 - color contains mainly: red, blue. Hex color #383738 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383738 is #C7C8C7. Grayscale: #373737. Windows color (decimal): -13093064 or 3684152. OLE color: 3684152.

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

Color convert

RGB 56 55 56 -
CMYK 0 0.02 0 0.78
HSL 300º 0.01% 0.22% -
HSV(B) 300º 0.02% 0.22% -
XYZ 3.71 3.86 4.29 -
YUV 55.41 128.33 128.42 -
System Red Green Blue C M Y K H S L
Decimal 56 55 56 0 0.02 0 0.78 300 0.01 0.22
Hex 38 37 38 0 2 0 4E 12C 1 16
Octal 70 67 70 0 2 0 116 454 1 26
Binary 111000 110111 111000 0 10 0 1001110 100101100 1 10110

Color Harmonies of #383738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383738

Black with #383738

Text Example


Text Example

White with #383738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383738; }

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

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

background-color css

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

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

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

border-color css

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

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

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