#38282E

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

Shades of Toledo #38282E

Tints of Toledo #38282E

Color information

#38282E (or 0x38282E) is unknown color: approx Toledo. HEX triplet: 38, 28 and 2E. RGB value is (56,40,46). Sum of RGB (Red+Green+Blue) = 56+40+46=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 46 (18.36% from 255 or 32.39% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #38282E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38282E is #C7D7D1. Grayscale: #2D2D2D. Windows color (decimal): -13096914 or 3024952. OLE color: 3024952.

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

Color convert

RGB564046-
CMYK00.290.180.78
HSL337.5º16.67%18.82%-
HSV(B)337.5º28.57%21.96%-
XYZ2.882.562.93-
YUV45.47128.3135.51-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 46 (18.36% from 255) = 32.39%
R=39.44%
G=28.17%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56404600.290.180.78337.516.6718.82
Hex38282E01D124E1521113
Octal705056035221165222123
Binary1110001010001011100111011001010011101010100101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38282E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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