#38292E

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

Shades of Toledo #38292E

Tints of Toledo #38292E

Color information

#38292E (or 0x38292E) is unknown color: approx Toledo. HEX triplet: 38, 29 and 2E. RGB value is (56,41,46). Sum of RGB (Red+Green+Blue) = 56+41+46=143 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.16% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 56 - color contains mainly: red. Hex color #38292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38292E is #C7D6D1. Grayscale: #2E2E2E. Windows color (decimal): -13096658 or 3025208. OLE color: 3025208.

HSL color Cylindrical-coordinate representation of color #38292E: hue angle of 340º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #38292E is Cyan = 0, Magento = 0.27, Yellow = 0.18 and Black (K on CMYK) = 0.78.

Color convert

RGB564146-
CMYK00.270.180.78
HSL340º15.46%19.02%-
HSV(B)340º26.79%21.96%-
XYZ2.922.622.94-
YUV46.06127.97135.09-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.16%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 46 (18.36% from 255) = 32.17%
R=39.16%
G=28.67%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56414600.270.180.7834015.4619.02
Hex38292E01B124E154f13
Octal705156033221165241723
Binary111000101001101110011011100101001110101010100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38292E; }

 p { color: rgb(56,41,46); }

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

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

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

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

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

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

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