#38232E

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

Shades of Toledo #38232E

Tints of Toledo #38232E

Color information

#38232E (or 0x38232E) is unknown color: approx Toledo. HEX triplet: 38, 23 and 2E. RGB value is (56,35,46). Sum of RGB (Red+Green+Blue) = 56+35+46=137 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.88% from 137); Green value is 35 (14.06% from 255 or 25.55% from 137); Blue value is 46 (18.36% from 255 or 33.58% from 137); Max value from RGB is 56 - color contains mainly: red. Hex color #38232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38232E is #C7DCD1. Grayscale: #2A2A2A. Windows color (decimal): -13098194 or 3023672. OLE color: 3023672.

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

Color convert

RGB563546-
CMYK00.370.180.78
HSL328.57º23.08%17.84%-
HSV(B)328.57º37.5%21.96%-
XYZ2.732.242.87-
YUV42.53129.96137.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.88%
GREEN value IS 35 (14.06% from 255) = 25.55%
BLUE value IS 46 (18.36% from 255) = 33.58%
R=40.88%
G=25.55%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56354600.370.180.78328.5723.0817.84
Hex38232E025124E1491712
Octal704356045221165112722
Binary11100010001110111001001011001010011101010010011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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