#382930

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

Shades of Toledo #382930

Tints of Toledo #382930

Color information

#382930 (or 0x382930) is unknown color: approx Toledo. HEX triplet: 38, 29 and 30. RGB value is (56,41,48). Sum of RGB (Red+Green+Blue) = 56+41+48=145 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.62% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 48 (19.14% from 255 or 33.10% from 145); Max value from RGB is 56 - color contains mainly: red. Hex color #382930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382930 is #C7D6CF. Grayscale: #2E2E2E. Windows color (decimal): -13096656 or 3156280. OLE color: 3156280.

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

Color convert

RGB564148-
CMYK00.270.140.78
HSL332º15.46%19.02%-
HSV(B)332º26.79%21.96%-
XYZ2.962.643.15-
YUV46.28128.97134.93-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 38.62%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 48 (19.14% from 255) = 33.10%
R=38.62%
G=28.28%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56414800.270.140.7833215.4619.02
Hex38293001BE4E14cf13
Octal705160033161165141723
Binary11100010100111000001101111101001110101001100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382930; }

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

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

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

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

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

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

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

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