#381E2A

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

Shades of Toledo #381E2A

Tints of Toledo #381E2A

Color information

#381E2A (or 0x381E2A) is unknown color: approx Toledo. HEX triplet: 38, 1E and 2A. RGB value is (56,30,42). Sum of RGB (Red+Green+Blue) = 56+30+42=128 (16% of max value = 765). Red value is 56 (22.27% from 255 or 43.75% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 42 (16.80% from 255 or 32.81% from 128); Max value from RGB is 56 - color contains mainly: red. Hex color #381E2A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381E2A is #C7E1D5. Grayscale: #272727. Windows color (decimal): -13099478 or 2760248. OLE color: 2760248.

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

Color convert

RGB563042-
CMYK00.460.250.78
HSL332.31º30.23%16.86%-
HSV(B)332.31º46.43%21.96%-
XYZ2.511.942.43-
YUV39.14129.61140.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 43.75%
GREEN value IS 30 (12.11% from 255) = 23.44%
BLUE value IS 42 (16.80% from 255) = 32.81%
R=43.75%
G=23.44%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56304200.460.250.78332.3130.2316.86
Hex381E2A02E194E14c1e11
Octal703652056311165143621
Binary1110001111010101001011101100110011101010011001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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