#382630

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

Shades of Toledo #382630

Tints of Toledo #382630

Color information

#382630 (or 0x382630) is unknown color: approx Toledo. HEX triplet: 38, 26 and 30. RGB value is (56,38,48). Sum of RGB (Red+Green+Blue) = 56+38+48=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 38 (15.23% from 255 or 26.76% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #382630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382630 is #C7D9CF. Grayscale: #2C2C2C. Windows color (decimal): -13097424 or 3155512. OLE color: 3155512.

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

Color convert

RGB563848-
CMYK00.320.140.78
HSL326.67º19.15%18.43%-
HSV(B)326.67º32.14%21.96%-
XYZ2.862.443.12-
YUV44.52129.96136.19-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 39.44%
GREEN value IS 38 (15.23% from 255) = 26.76%
BLUE value IS 48 (19.14% from 255) = 33.80%
R=39.44%
G=26.76%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.14
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56384800.320.140.78326.6719.1518.43
Hex382630020E4E1471312
Octal704660040161165072322
Binary1110001001101100000100000111010011101010001111001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382630; }

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

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

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

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

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

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

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

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