#38252D

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

Shades of Toledo #38252D

Tints of Toledo #38252D

Color information

#38252D (or 0x38252D) is unknown color: approx Toledo. HEX triplet: 38, 25 and 2D. RGB value is (56,37,45). Sum of RGB (Red+Green+Blue) = 56+37+45=138 (18% of max value = 765). Red value is 56 (22.27% from 255 or 40.58% from 138); Green value is 37 (14.84% from 255 or 26.81% from 138); Blue value is 45 (17.97% from 255 or 32.61% from 138); Max value from RGB is 56 - color contains mainly: red. Hex color #38252D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38252D is #C7DAD2. Grayscale: #2B2B2B. Windows color (decimal): -13097683 or 2958648. OLE color: 2958648.

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

Color convert

RGB563745-
CMYK00.340.200.78
HSL334.74º20.43%18.24%-
HSV(B)334.74º33.93%21.96%-
XYZ2.772.352.79-
YUV43.59128.79136.85-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 40.58%
GREEN value IS 37 (14.84% from 255) = 26.81%
BLUE value IS 45 (17.97% from 255) = 32.61%
R=40.58%
G=26.81%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56374500.340.200.78334.7420.4318.24
Hex38252D022144E14f1412
Octal704555042241165172422
Binary11100010010110110101000101010010011101010011111010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38252D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38252D; }

 p { color: rgb(56,37,45); }

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

<style>
 a { background-color: #38252D; }

 a { background-color: rgb(56,37,45); }

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

<style>
 span { border-color: #38252D; }

 span { border-color: rgb(56,37,45); }

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