#381F2C

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

Shades of Toledo #381F2C

Tints of Toledo #381F2C

Color information

#381F2C (or 0x381F2C) is unknown color: approx Toledo. HEX triplet: 38, 1F and 2C. RGB value is (56,31,44). Sum of RGB (Red+Green+Blue) = 56+31+44=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 31 (12.5% from 255 or 23.66% from 131); Blue value is 44 (17.58% from 255 or 33.59% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #381F2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F2C is #C7E0D3. Grayscale: #272727. Windows color (decimal): -13099220 or 2891576. OLE color: 2891576.

HSL color Cylindrical-coordinate representation of color #381F2C: hue angle of 328.8º 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 #381F2C is Cyan = 0, Magento = 0.45, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB563144-
CMYK00.450.210.78
HSL328.8º28.74%17.06%-
HSV(B)328.8º44.64%21.96%-
XYZ2.5822.63-
YUV39.96130.28139.44-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 31 (12.5% from 255) = 23.66%
BLUE value IS 44 (17.58% from 255) = 33.59%
R=42.75%
G=23.66%
B=33.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.21
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56314400.450.210.78328.828.7417.06
Hex381F2C02D154E1491d11
Octal703754055251165113521
Binary1110001111110110001011011010110011101010010011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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