#381F2D

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

Shades of Toledo #381F2D

Tints of Toledo #381F2D

Color information

#381F2D (or 0x381F2D) is unknown color: approx Toledo. HEX triplet: 38, 1F and 2D. RGB value is (56,31,45). Sum of RGB (Red+Green+Blue) = 56+31+45=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 45 (17.97% from 255 or 34.09% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #381F2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F2D is #C7E0D2. Grayscale: #282828. Windows color (decimal): -13099219 or 2957112. OLE color: 2957112.

HSL color Cylindrical-coordinate representation of color #381F2D: hue angle of 326.4º degrees, saturation: 0.29, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #381F2D is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.78.

Color convert

RGB563145-
CMYK00.450.200.78
HSL326.4º28.74%17.06%-
HSV(B)326.4º44.64%21.96%-
XYZ2.592.012.73-
YUV40.07130.78139.36-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 45 (17.97% from 255) = 34.09%
R=42.42%
G=23.48%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.20
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56314500.450.200.78326.428.7417.06
Hex381F2D02D144E1461d11
Octal703755055241165063521
Binary1110001111110110101011011010010011101010001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #381F2D; }

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

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

<style>
 a { background-color: #381F2D; }

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

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

<style>
 span { border-color: #381F2D; }

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

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