#38202E

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

Shades of Toledo #38202E

Tints of Toledo #38202E

Color information

#38202E (or 0x38202E) is unknown color: approx Toledo. HEX triplet: 38, 20 and 2E. RGB value is (56,32,46). Sum of RGB (Red+Green+Blue) = 56+32+46=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 46 (18.36% from 255 or 34.33% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #38202E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38202E is #C7DFD1. Grayscale: #282828. Windows color (decimal): -13098962 or 3022904. OLE color: 3022904.

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

Color convert

RGB563246-
CMYK00.430.180.78
HSL325º27.27%17.25%-
HSV(B)325º42.86%21.96%-
XYZ2.642.072.85-
YUV40.77130.95138.86-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 46 (18.36% from 255) = 34.33%
R=41.79%
G=23.88%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56324600.430.180.7832527.2717.25
Hex38202E02B124E1451b11
Octal704056053221165053321
Binary11100010000010111001010111001010011101010001011101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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