#383735

Color #383735 Acadia (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Acadia #383735

Tints of Acadia #383735

Color information

#383735 (or 0x383735) is unknown color: approx Acadia. HEX triplet: 38, 37 and 35. RGB value is (56,55,53). Sum of RGB (Red+Green+Blue) = 56+55+53=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 53 (21.09% from 255 or 32.32% from 164); Max value from RGB is 56 - color contains mainly: red. Hex color #383735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383735 is #C7C8CA. Grayscale: #373737. Windows color (decimal): -13093067 or 3487544. OLE color: 3487544.

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

Color convert

RGB565553-
CMYK00.020.050.78
HSL40º2.75%21.37%-
HSV(B)40º5.36%21.96%-
XYZ3.643.833.92-
YUV55.07126.83128.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 34.15%
GREEN value IS 55 (21.88% from 255) = 33.54%
BLUE value IS 53 (21.09% from 255) = 32.32%
R=34.15%
G=33.54%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56555300.020.050.78402.7521.37
Hex3837350254E28315
Octal70676502511650325
Binary11100011011111010101010110011101010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383735; }

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

 H1.HeaderClassName
 {
   color: #383735;
 }
 .AnyTagClassName
 {
   color: #383735;
 }
</style>
background-color css

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

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

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

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

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

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