#383530

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

Shades of Acadia #383530

Tints of Acadia #383530

Color information

#383530 (or 0x383530) is unknown color: approx Acadia. HEX triplet: 38, 35 and 30. RGB value is (56,53,48). Sum of RGB (Red+Green+Blue) = 56+53+48=157 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.67% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 48 (19.14% from 255 or 30.57% from 157); Max value from RGB is 56 - color contains mainly: red. Hex color #383530 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #383530 is #C7CACF. Grayscale: #353535. Windows color (decimal): -13093584 or 3159352. OLE color: 3159352.

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

Color convert

RGB565348-
CMYK00.050.140.78
HSL37.5º7.69%20.39%-
HSV(B)37.5º14.29%21.96%-
XYZ3.443.63.31-
YUV53.33124.99129.91-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 35.67%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 48 (19.14% from 255) = 30.57%
R=35.67%
G=33.76%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56534800.050.140.7837.57.6920.39
Hex38353005E4E26814
Octal7065600516116461024
Binary111000110101110000010111101001110100110100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #383530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #383530; }

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

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

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

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

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

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

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

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