#38242E

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

Shades of Toledo #38242E

Tints of Toledo #38242E

Color information

#38242E (or 0x38242E) is unknown color: approx Toledo. HEX triplet: 38, 24 and 2E. RGB value is (56,36,46). Sum of RGB (Red+Green+Blue) = 56+36+46=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 46 (18.36% from 255 or 33.33% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38242E is #C7DBD1. Grayscale: #2B2B2B. Windows color (decimal): -13097938 or 3023928. OLE color: 3023928.

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

Color convert

RGB563646-
CMYK00.360.180.78
HSL330º21.74%18.04%-
HSV(B)330º35.71%21.96%-
XYZ2.752.32.88-
YUV43.12129.63137.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 46 (18.36% from 255) = 33.33%
R=40.58%
G=26.09%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.18
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56364600.360.180.7833021.7418.04
Hex38242E024124E14a1612
Octal704456044221165122622
Binary11100010010010111001001001001010011101010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38242E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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