#38212E

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

Shades of Toledo #38212E

Tints of Toledo #38212E

Color information

#38212E (or 0x38212E) is unknown color: approx Toledo. HEX triplet: 38, 21 and 2E. RGB value is (56,33,46). Sum of RGB (Red+Green+Blue) = 56+33+46=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 46 (18.36% from 255 or 34.07% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #38212E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38212E is #C7DED1. Grayscale: #292929. Windows color (decimal): -13098706 or 3023160. OLE color: 3023160.

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

Color convert

RGB563346-
CMYK00.410.180.78
HSL326.09º25.84%17.45%-
HSV(B)326.09º41.07%21.96%-
XYZ2.672.132.85-
YUV41.36130.62138.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.48%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 46 (18.36% from 255) = 34.07%
R=41.48%
G=24.44%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56334600.410.180.78326.0925.8417.45
Hex38212E029124E1461a11
Octal704156051221165063221
Binary11100010000110111001010011001010011101010001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38212E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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