#38252E

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

Shades of Toledo #38252E

Tints of Toledo #38252E

Color information

#38252E (or 0x38252E) is unknown color: approx Toledo. HEX triplet: 38, 25 and 2E. RGB value is (56,37,46). Sum of RGB (Red+Green+Blue) = 56+37+46=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 37 (14.84% from 255 or 26.62% from 139); Blue value is 46 (18.36% from 255 or 33.09% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38252E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38252E is #C7DAD1. Grayscale: #2B2B2B. Windows color (decimal): -13097682 or 3024184. OLE color: 3024184.

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

Color convert

RGB563746-
CMYK00.340.180.78
HSL331.58º20.43%18.24%-
HSV(B)331.58º33.93%21.96%-
XYZ2.792.362.89-
YUV43.71129.29136.77-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 37 (14.84% from 255) = 26.62%
BLUE value IS 46 (18.36% from 255) = 33.09%
R=40.29%
G=26.62%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56374600.340.180.78331.5820.4318.24
Hex38252E022124E14c1412
Octal704556042221165142422
Binary11100010010110111001000101001010011101010011001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38252E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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