#381F2A

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

Shades of Toledo #381F2A

Tints of Toledo #381F2A

Color information

#381F2A (or 0x381F2A) is unknown color: approx Toledo. HEX triplet: 38, 1F and 2A. RGB value is (56,31,42). Sum of RGB (Red+Green+Blue) = 56+31+42=129 (17% of max value = 765). Red value is 56 (22.27% from 255 or 43.41% from 129); Green value is 31 (12.5% from 255 or 24.03% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 56 - color contains mainly: red. Hex color #381F2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381F2A is #C7E0D5. Grayscale: #272727. Windows color (decimal): -13099222 or 2760504. OLE color: 2760504.

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

Color convert

RGB563142-
CMYK00.450.250.78
HSL333.6º28.74%17.06%-
HSV(B)333.6º44.64%21.96%-
XYZ2.541.992.44-
YUV39.73129.28139.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.41%
GREEN value IS 31 (12.5% from 255) = 24.03%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=43.41%
G=24.03%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56314200.450.250.78333.628.7417.06
Hex381F2A02D194E14e1d11
Octal703752055311165163521
Binary1110001111110101001011011100110011101010011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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