#38242F

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

Shades of Toledo #38242F

Tints of Toledo #38242F

Color information

#38242F (or 0x38242F) is unknown color: approx Toledo. HEX triplet: 38, 24 and 2F. RGB value is (56,36,47). Sum of RGB (Red+Green+Blue) = 56+36+47=139 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.29% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 47 (18.75% from 255 or 33.81% from 139); Max value from RGB is 56 - color contains mainly: red. Hex color #38242F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38242F is #C7DBD0. Grayscale: #2B2B2B. Windows color (decimal): -13097937 or 3089464. OLE color: 3089464.

HSL color Cylindrical-coordinate representation of color #38242F: hue angle of 327º 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 #38242F is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.78.

Color convert

RGB563647-
CMYK00.360.160.78
HSL327º21.74%18.04%-
HSV(B)327º35.71%21.96%-
XYZ2.772.312.99-
YUV43.23130.13137.11-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.29%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 47 (18.75% from 255) = 33.81%
R=40.29%
G=25.90%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.16
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56364700.360.160.7832721.7418.04
Hex38242F024104E1471612
Octal704457044201165072622
Binary11100010010010111101001001000010011101010001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38242F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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