#382830

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

Shades of Toledo #382830

Tints of Toledo #382830

Color information

#382830 (or 0x382830) is unknown color: approx Toledo. HEX triplet: 38, 28 and 30. RGB value is (56,40,48). Sum of RGB (Red+Green+Blue) = 56+40+48=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 48 (19.14% from 255 or 33.33% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382830 is #C7D7CF. Grayscale: #2D2D2D. Windows color (decimal): -13096912 or 3156024. OLE color: 3156024.

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

Color convert

RGB564048-
CMYK00.290.140.78
HSL330º16.67%18.82%-
HSV(B)330º28.57%21.96%-
XYZ2.922.573.14-
YUV45.7129.3135.35-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.89%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 48 (19.14% from 255) = 33.33%
R=38.89%
G=27.78%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56404800.290.140.7833016.6718.82
Hex38283001DE4E14a1113
Octal705060035161165122123
Binary111000101000110000011101111010011101010010101000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382830; }

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

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

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

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

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

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

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

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