#381C28

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

Shades of Toledo #381C28

Tints of Toledo #381C28

Color information

#381C28 (or 0x381C28) is unknown color: approx Toledo. HEX triplet: 38, 1C and 28. RGB value is (56,28,40). Sum of RGB (Red+Green+Blue) = 56+28+40=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 28 (11.33% from 255 or 22.58% from 124); Blue value is 40 (16.02% from 255 or 32.26% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #381C28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #381C28 is #C7E3D7. Grayscale: #252525. Windows color (decimal): -13099992 or 2628664. OLE color: 2628664.

HSL color Cylindrical-coordinate representation of color #381C28: hue angle of 334.29º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #381C28 is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB562840-
CMYK00.500.290.78
HSL334.29º33.33%16.47%-
HSV(B)334.29º50%21.96%-
XYZ2.431.822.23-
YUV37.74129.28141.02-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 28 (11.33% from 255) = 22.58%
BLUE value IS 40 (16.02% from 255) = 32.26%
R=45.16%
G=22.58%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56284000.500.290.78334.2933.3316.47
Hex381C280321D4E14e2110
Octal703450062351165164120
Binary11100011100101000011001011101100111010100111010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #381C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,28,40); }

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

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

 a { background-color: rgb(56,28,40); }

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

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

 span { border-color: rgb(56,28,40); }

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